-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.06 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": "ts-node-builder",
"version": "2.2.0",
"main": "dist/index.js",
"builders": "builders.json",
"license": "MIT",
"scripts": {
"build": "tsc",
"test-build": "ts-node node_modules/jasmine/bin/jasmine build/index_spec.ts",
"test-dev": "ts-node node_modules/jasmine/bin/jasmine dev/index_spec.ts"
},
"keywords": [
"nrwl",
"nx.dev",
"builder",
"angular-builder",
"typescript",
"node",
"nx"
],
"repository": {
"url": "https://github.com/abdoolly/ts-node-builder"
},
"dependencies": {
"@angular-devkit/architect": "^0.803.13",
"@angular-devkit/core": "^8.3.13",
"concurrently": "^5.0.0",
"nodemon": "^1.19.4",
"rimraf": "^3.0.0",
"shelljs": "^0.8.3",
"ts-node": "^8.4.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.6.4"
},
"devDependencies": {
"@types/concurrently": "^4.1.0",
"@types/jasmine": "^3.4.4",
"@types/node": "^12.11.5",
"@types/nodemon": "^1.19.0",
"@types/rimraf": "^2.0.3",
"@types/shelljs": "^0.8.6",
"jasmine": "^3.5.0"
}
}