-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.26 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
45
46
{
"name": "@ngx-builders/analyze",
"version": "5.0.0",
"description": "Angular Builder To Run Source Map Explorer",
"main": "index.js",
"builders": "./builders.json",
"schematics": "./collection.json",
"ng-add": {
"save": "devDependencies"
},
"scripts": {
"copy:pacakge": "cp package.json dist",
"copy:json": "cp ng-add/schema.json dist/ng-add/schema.json && cp builders.json dist/builders.json && cp collection.json dist/collection.json && cp README.md dist/README.md && cp analyze/schema.json dist/analyze/schema.json",
"build": "tsc && npm run copy:pacakge && npm run copy:json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngx-builders/source-map-analyzer.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"angular",
"schematics",
"cli",
"angular-cli",
"netlify",
"deploy",
"ng run",
"ng builder",
"Angular Buidler"
],
"author": "Santosh Yadav <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "20.3.1",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
},
"dependencies": {
"@angular-devkit/architect": "0.1601.0",
"@angular-devkit/core": "16.1.0",
"@angular-devkit/schematics": "16.1.0"
}
}