setup-pnpm/package.json

19 lines
386 B
JSON
Raw Normal View History

2020-05-08 10:58:03 +08:00
{
"private": true,
2020-05-08 11:22:09 +08:00
"scripts": {
2020-05-08 12:59:05 +08:00
"postinstall": "rm -rf dist && make dist/index.js",
2020-05-08 13:05:45 +08:00
"start": "sh ./run.sh"
2020-05-08 11:22:09 +08:00
},
2020-05-08 10:58:03 +08:00
"dependencies": {
"download": "^8.0.0",
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
2020-05-08 11:07:10 +08:00
"@types/download": "^6.2.4",
2020-05-08 10:58:03 +08:00
"@types/node": "^13.13.5"
},
"devDependencies": {
2020-05-08 11:19:47 +08:00
"typescript": "^3.8.3",
2020-05-08 10:58:03 +08:00
"@zeit/ncc": "^0.22.1"
}
}