-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 931 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
37
38
{
"name": "@petkit/ngx-loading",
"version": "1.0.0",
"description": "Angular loading components",
"main": "index.js",
"scripts": {
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"ngPackage": {
"dest": "../../../dist/ngx-loading",
"lib": {
"entryFile": "public-api.ts",
"umdModuleIds": {}
},
"whitelistedNonPeerDependencies": []
},
"peerDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/petkit-io/ngx-loading.git"
},
"keywords": [
"angular",
"loading"
],
"author": "liuxin",
"license": "MIT",
"bugs": {
"url": "https://github.com/petkit-io/ngx-loading/issues"
},
"homepage": "https://github.com/petkit-io/ngx-loading#readme",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}