20 lines
490 B
JSON
20 lines
490 B
JSON
{
|
|
"name": "@voerkai18n/publish",
|
|
"version": "1.0.0",
|
|
"description": "发布项目工具",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"release": "npm version patch && pnpm publish --no-git-checks --access public",
|
|
"postpublish": "git push --follow-tags && npm run build && npm publish"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"publish": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^9.0.0"
|
|
}
|
|
}
|