-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 894 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 894 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
{
"private": true,
"scripts": {
"tst:init": "tst init --install false",
"tst:scripts": "tst scripts",
"tst:deps": "tst deps",
"typescript-tooling:test": "tst test typescript-tooling",
"typescript-tooling:test:watch": "tst test typescript-tooling --watch",
"typescript-tooling:dev": "tst dev typescript-tooling",
"typescript-tooling:build": "tst build typescript-tooling"
},
"devDependencies": {
"@types/jest": "^23.3.5",
"@types/node": "^10.11.7",
"jest": "^23.6.0",
"lerna": "^3.4.3",
"nodemon": "^1.18.4",
"parcel-bundler": "^1.10.3",
"parcel-plugin-typescript": "^1.0.0",
"ts-jest": "^23.10.4",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.6.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.1.3",
"typescript-tooling": "^4.1.0-alpha.01ab903"
},
"dependencies": {}
}