-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "semantic-release-export-data",
"version": "0.0.0-development",
"description": "semantic-release plugin to export variables like the next release version",
"main": "index.js",
"files": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"repository": "https://github.com/felipecrs/semantic-release-export-data.git",
"bugs": "https://github.com/felipecrs/semantic-release-export-data/issues",
"homepage": "https://github.com/felipecrs/semantic-release-export-data#readme",
"author": "Felipe Santos <[email protected]>",
"peerDependencies": {
"semantic-release": ">=18"
},
"devDependencies": {
"semantic-release": "^19.0.2",
"semantic-release-export-data": "."
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"semantic-release-export-data",
"@semantic-release/npm",
"@semantic-release/github"
]
},
"dependencies": {
"@actions/core": "^1.10.0"
},
"volta": {
"node": "16.18.0",
"npm": "8.19.2"
}
}