-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 898 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "builderment-classes",
"version": "0.0.6",
"description": "A library full of all Builderment classes and objects needed to make your own Builderment-related project!",
"main": "dist/node/index.js",
"module": "dist/browser/index.js",
"types": "dist/node/index.d.ts",
"scripts": {
"build": "tsup --clean",
"watch": "tsup --watch",
"publish": "pnpm run build & npm publish"
},
"author": "Space.yg",
"keywords": [
"builderment",
"classes",
"library"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Space-yg/builderment-classes.git"
},
"bugs": {
"url": "https://github.com/Space-yg/builderment-classes/issues"
},
"homepage": "https://github.com/Space-yg/builderment-classes#readme",
"dependencies": {
"glpk.js": "^4.0.2",
"selfmap": "^1.0.1"
},
"devDependencies": {
"tsup": "^8.4.0",
"typescript": "^5.8.3"
}
}