-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "mean-dao-publish",
"version": "17.1.0",
"description": "GitHub Action to release and publish packages",
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mean-dao/npm-publish-toolkit/.git"
},
"keywords": [
"GitHub Actions",
"GitHub Release",
"publish",
"npm",
"release"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mean-dao/npm-publish-toolkit//issues"
},
"homepage": "https://github.com/mean-dao/npm-publish-toolkit/#readme",
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@jsdevtools/npm-publish": "^2.2.1",
"@vercel/ncc": "0.38.1",
"axios": "^1.7.3",
"changelog-parser": "3.0.1",
"fs-extra": "11.2.0",
"npm-registry-fetch": "17.1.0"
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/node": "22.1.0"
}
}