-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1012 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1012 Bytes
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
{
"name": "elements",
"version": "1.4.2",
"description": "Elements registry",
"main": "index.js",
"scripts": {
"release": "standard-version -a --preset @overlayed-app/dist-tagger",
"commit": "git-cz"
},
"standard-version": {
"scripts": {
"prerelease": "node tooling/diff/index.js",
"postcommit": "npx @overlayed-app/conventional-changelog-dist-tagger"
},
"skip": {
"tag": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/overlayed-app/elements.git"
},
"author": "Ben Greenier",
"license": "MIT",
"bugs": {
"url": "https://github.com/overlayed-app/elements/issues"
},
"homepage": "https://github.com/overlayed-app/elements#readme",
"devDependencies": {
"@overlayed-app/conventional-changelog-dist-tagger": "^4.0.0",
"cz-conventional-changelog": "^3.0.2",
"standard-version": "^7.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}