forked from tensorflow/tfjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 934 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
{
"devDependencies": {
"@octokit/rest": "15.17.0",
"@types/argparse": "^1.0.38",
"@types/jasmine": "2.8.7",
"@types/node": "^12.7.5",
"@types/mkdirp": "^0.5.2",
"@types/shelljs": "^0.8.7",
"argparse": "^1.0.10",
"chalk": "~2.4.2",
"clang-format": "~1.2.4",
"jasmine": "3.1.0",
"shelljs": "~0.8.3",
"mkdirp": "~0.5.1",
"ts-node": "~8.8.2",
"tslint": "~5.20.0",
"typescript": "3.5.3"
},
"scripts": {
"find-affected-packages": "./scripts/find-affected-packages.js",
"release": "ts-node -s ./scripts/release.ts",
"release-tfjs": "ts-node -s ./scripts/release-tfjs.ts",
"publish-npm": "ts-node -s ./scripts/publish-npm.ts",
"release-notes": "ts-node -s ./scripts/release_notes/release_notes.ts",
"test-release-notes": "ts-node -s ./scripts/release_notes/run_tests.ts",
"update-tfjs-lockfiles": "ts-node -s ./scripts/update-tfjs-lockfiles"
}
}