forked from 2muchcoffeecom/ngx-restangular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.34 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
47
{
"name": "ngx-restangular",
"scripts": {
"start": "ng serve",
"watch": "ng build ngx-restangular --watch",
"build": "ng build ngx-restangular",
"link-lib": "yarn run build && cd ./dist/ngx-restangular && yarn link && cd ../..",
"prepare": "run-s build"
},
"repository": "git+https://github.com/2muchcoffeecom/ngx-restangular.git",
"license": "MIT",
"bugs": {
"url": "https://github.com/2muchcoffeecom/ngx-restangular/issues"
},
"homepage": "https://github.com/2muchcoffeecom/ngx-restangular#readme",
"dependencies": {
"npm-run-all": "^4.1.5"
},
"files": [
"dist"
],
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.3",
"@angular/cli": "^16.1.3",
"@angular/common": "^16.1.3",
"@angular/compiler": "^16.1.3",
"@angular/compiler-cli": "^16.1.3",
"@angular/core": "^16.1.3",
"@angular/forms": "^16.1.3",
"@angular/platform-browser": "^16.1.3",
"@angular/platform-browser-dynamic": "^16.1.3",
"@angular/router": "^16.1.3",
"@types/jasmine": "~3.6.0",
"@types/lodash": "^4.14.62",
"codelyzer": "^6.0.0",
"core-js": "^3.5.0",
"ng-packagr": "^16.1.0",
"rxjs": "~6.5.5",
"tsickle": "^0.39.1",
"tslib": "^2.6.0",
"tslint": "~6.1.0",
"typescript": "~4.9.5",
"zone.js": "~0.13.1"
},
"version": "1.0.0",
"main": "index.js"
}