-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
36 lines (36 loc) · 999 Bytes
/
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
{
"name": "ngx-json-viewer",
"version": "3.2.1",
"description": "JSON formatter / viewer for Angular",
"keywords": [
"angular",
"json"
],
"author": "Vivo Xu <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hivivo/ngx-json-viewer.git"
},
"bugs": {
"url": "https://github.com/hivivo/ngx-json-viewer/issues"
},
"homepage": "https://github.com/hivivo/ngx-json-viewer#readme",
"scripts": {
"build": "ng-packagr -p ng-package.json",
"release": "yarn build && yarn publish ./dist",
"start": "yarn build && yarn --cwd ./example add ../dist && yarn --cwd ./example start"
},
"dependencies": {},
"devDependencies": {
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/core": "^14.0.0",
"ng-packagr": "^14.0.2",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"typescript": "~4.7.2",
"zone.js": "~0.11.4"
}
}