-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 927 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 927 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
30
31
32
33
34
35
36
37
{
"name": "@wiredviews/angular-version-builder",
"version": "0.2.2",
"repository": {
"url": "https://github.com/wiredviews/angular-version-builder"
},
"description": "Version Files builder for Angular build facade",
"keywords": [
"angular",
"devkit",
"typescript",
"angular-cli"
],
"main": "src/index.js",
"scripts": {
"build": "tsc && npm pack",
"tsc": "tsc"
},
"author": "Sean G. Wright <sean@wiredviews.com> (https://www.wiredviews.com)",
"license": "MIT",
"dependencies": {
"pjson": "1.0.9"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.800.2",
"@angular/cli": "8.0.2",
"@angular/compiler": "8.0.0",
"@angular/compiler-cli": "8.0.0",
"@types/node": "10.12.1",
"prettier": "1.18.2",
"typescript": "3.4.5"
},
"peerDependencies": {
"@angular-devkit/build-angular": ">=0.800.2"
},
"builders": "builders.json"
}