-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "@_nu/js-dialog",
"version": "0.0.1",
"description": "nu-system dialog component pure js version",
"main": "lib/index.js",
"scripts": {
"build": "cp -r demo/dialog/ ./lib",
"prepublishOnly": "npm run build",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"commitInit": "commitizen init cz-conventional-changelog --yarn --dev --exact"
},
"files": [
"lib",
"CHANGELOG.md",
"README.md",
"LICENSE",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nu-system/js-dialog.git"
},
"keywords": [
"dialog",
"vanilla",
"js"
],
"author": "yfe-team",
"license": "MIT",
"bugs": {
"url": "https://github.com/nu-system/js-dialog/issues"
},
"homepage": "https://github.com/nu-system/js-dialog#readme",
"devDependencies": {
"commitizen": "^4.0.3",
"conventional-changelog-cli": "^2.0.23",
"cz-conventional-changelog": "3.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}