-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 loc) · 1.3 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
48
49
50
51
52
53
54
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ngx-wooapi",
"version": "12.0.0",
"repository": {
"url": "https://github.com/angular-studio/wooApi"
},
"keywords": [
"Woocommerce Api",
"Angular Woocommerce Api wrapper",
"Angular Woocommerce wraper"
],
"author": {
"name": "Prosenjit Manna",
"url": "https://github.com/prosenjit-manna/about-me"
},
"ngPackage": {
"lib": {
"entryFile": "api/index.ts"
},
"whitelistedNonPeerDependencies": [
"angular",
"core-js",
"rxjs",
"zone.js"
]
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng-packagr -p package.json",
"lint": "ng lint",
"doc": "typedoc --theme ./default --out ./docs/ ./api/ --module system && cp .nojekyll ./docs/"
},
"private": false,
"dependencies": {
"@angular/common": "~12.2.4",
"@angular/compiler": "~12.2.4",
"@angular/core": "~12.2.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.4",
"@angular/cli": "~12.2.4",
"@angular/compiler-cli": "~12.2.4",
"@types/node": "^12.11.1",
"ng-packagr": "^12.2.1",
"ts-node": "~8.3.0",
"typescript": "~4.3.5",
"typedoc": "^0.17.3"
}
}