-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "@petkit/ngx-material-demo",
"version": "1.0.5",
"description": "angular material demo component",
"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-material-demo",
"lib": {
"entryFile": "public-api.ts",
"umdModuleIds": {}
},
"whitelistedNonPeerDependencies": []
},
"peerDependencies": {
"@angular/material": "^6.0.0",
"@petkit/ngx-highlight": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/petkit-io/ngx-material-demo.git"
},
"keywords": [
"angular",
"material",
"demo",
"component"
],
"author": "liuxin",
"license": "MIT",
"bugs": {
"url": "https://github.com/petkit-io/ngx-material-demo/issues"
},
"homepage": "https://github.com/petkit-io/ngx-material-demo#readme",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}