-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 926 Bytes
/
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
{
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/syaiful6/jonggrang.git"
},
"devDependencies": {
"glob-expand": "0.2.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-typescript": "^4.1.1",
"lerna": "^3.18.0",
"mkdirp": "^0.5.x",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"rimraf": "^3.0.0",
"ts-node": "^8.5.0",
"tslint": "^5.20.1",
"typescript": "^3.7.2"
},
"workspaces": [
"packages/*"
],
"scripts": {
"bootstrap": "lerna bootstrap && lerna link",
"build": "node bin/build.js",
"release:pre": "yarn build",
"release:next": "yarn release:pre && lerna publish --exact --canary=next --npm-tag=next -- --access=public",
"release": "yarn release:pre && lerna publish --exact -- --access=public"
}
}