-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.16 KB
/
package.json
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
37
38
39
40
41
42
43
44
{
"name": "momentum-constructor",
"version": "1.0.0",
"description": "tools for format momentum-abstract data",
"main": "src/index.js",
"scripts": {
"test": "jest",
"build": "npm run build:self && node dist/build",
"build:self": "rm -rf ./dist/ && tsc",
"init-build": "npm install && npm run build",
"update-version": "node dist/version",
"publish": "node dist/publish",
"commit": "node dist/commit",
"momentum-constructor-svgsymbol:build": "node ./tools/svgsymbol/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/momentum-design/momentum-constructor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/momentum-design/momentum-constructor/issues"
},
"homepage": "https://github.com/momentum-design/momentum-constructor#readme",
"devDependencies": {
"@jsdevtools/npm-publish": "^1.4.3",
"@types/node": "^17.0.26",
"@xmldom/xmldom": ">=0.7.0",
"jest": "28.1.3",
"lerna": "^5.3.0",
"tslint": "6.1.3",
"typescript": "4.6.3",
"write": "^2.0.0",
"xmldom": ">0.5.0",
"yargs-parser": "20.2.6"
},
"workspaces": [
"tools/*"
],
"dependencies": {
"momentum-abstract": "^1.0.22"
}
}