forked from valor-software/ngm-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.48 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "base-npm-submodules",
"version": "0.7.0",
"private": true,
"description": "Simple way to manage typescipt and angular2 submodules from one repository",
"scripts": {
"tbuild": "node dist/tsm-cli/bin/tsm-cli.js build -p src",
"tlink": "node dist/tsm-cli/bin/tsm-cli.js link -p src",
"tpublish": "node dist/tsm-cli/bin/tsm-cli.js publish -p src --yolo",
"build": "tsm build -p src --verbose",
"link": "tsm link -p src --verbose",
"test": "echo 'all good, move on ;)'",
"e2e-tsm": "node dist/test/e2e_runner.js",
"e2e": "echo 'dont touch it'"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/valor-software/npm-submodules.git"
},
"keywords": [
"npm",
"node",
"typescript",
"angular",
"angular2",
"angularcli"
],
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com> (https://twitter.com/valorkin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/valor-software/npm-submodules/issues"
},
"homepage": "https://github.com/valor-software/npm-submodules#readme",
"peerDependencies": {
"npm-submodules": "^0.6.1",
"@angular/compiler-cli": ">=4.0.0",
"awesome-typescript-loader": ">=3.0.0",
"node-sass": ">=4.0.0",
"node-sass-tilde-importer": ">=1.0.0",
"typescript": ">=2.0.0"
},
"dependencies": {
"@angular/animations": "4.2.6",
"@angular/common": "4.2.6",
"@angular/compiler": "4.2.6",
"@angular/compiler-cli": "4.2.6",
"@angular/core": "4.2.6",
"@angular/forms": "4.2.6",
"@angular/http": "4.2.6",
"@angular/platform-browser": "4.2.6",
"@angular/platform-browser-dynamic": "4.2.6",
"@angular/platform-server": "4.2.6",
"@angular/router": "4.2.6",
"@angular/tsc-wrapped": "4.2.6",
"@types/chokidar": "1.7.0",
"@types/node": "8.0.12",
"@types/webpack": "3.0.4",
"awesome-typescript-loader": "3.2.1",
"chalk": "2.0.1",
"cpy": "5.0.0",
"del": "3.0.0",
"execa": "0.8.0",
"inquirer": "3.2.0",
"listr": "0.12.0",
"lodash": "4.17.4",
"meow": "3.7.0",
"node-sass": "^4.5.3",
"node-sass-tilde-importer": "1.0.0",
"npm-submodules": "0.6.1",
"read-pkg": "2.0.0",
"reflect-metadata": "0.1.10",
"rxjs": "5.4.2",
"semver": "5.3.0",
"split": "1.0.0",
"stream-to-observable": "0.2.0",
"tsconfig": "7.0.0",
"tsm-cli": "0.6.1",
"typescript": "2.4.1",
"update-notifier": "2.2.0",
"webpack": "3.5.6",
"write-pkg": "3.1.0",
"zone.js": "0.8.13"
}
}