-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.18 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
{
"name": "@js-ak/example-automatic-deploy-js-app-to-npm-with-scope",
"version": "1.1.1",
"description": "example-automatic-deploy-js-app-to-npm-with-scope",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JS-AK/example-automatic-deploy-js-app-to-npm-with-scope.git"
},
"keywords": [
"automatic deploy",
"deploy",
"deploy to npm",
"deploy with @",
"deploy with scope"
],
"author": "JS-AK",
"license": "MIT",
"bugs": {
"url": "https://github.com/JS-AK/example-automatic-deploy-js-app-to-npm-with-scope/issues"
},
"homepage": "https://github.com/JS-AK/example-automatic-deploy-js-app-to-npm-with-scope#readme",
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.6",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.0",
"semantic-release": "24.0.0"
}
}