-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 918 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
{
"name": "@amanda-mitchell/semantic-release-npm-multiple",
"version": "1.0.0",
"description": "A semantic release plugin to publish an NPM package to multiple registries.",
"main": "index.js",
"repository": "https://github.com/amanda-mitchell/semantic-release-npm-multiple",
"author": "Amanda Mitchell <[email protected]>",
"license": "MIT",
"files": [
"index.js"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"npm",
"publish",
"registry",
"semantic-release",
"version"
],
"devDependencies": {
"@commitlint/config-conventional": "^19.0.0",
"commitlint": "^19.0.0",
"husky": "4.x",
"lint-staged": "^15.0.1",
"prettier": "^3.0.2",
"semantic-release": "^22.0.0"
},
"dependencies": {
"@semantic-release/npm": "^11.0.0",
"require-reload": "^0.2.2"
},
"peerDependencies": {
"semantic-release": "^19.x"
}
}