mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build:ncc": "ncc build --minify --source-map --no-cache dist/tsc/index.js --out dist/",
|
|
"build": "tsc && pnpm run build:ncc",
|
|
"start": "pnpm run build && sh ./run.sh"
|
|
},
|
|
"dependencies": {
|
|
"download": "^8.0.0",
|
|
"@actions/core": "^1.2.4",
|
|
"@actions/github": "^2.2.0",
|
|
"@types/download": "^6.2.4",
|
|
"@types/node": "^13.13.5"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.8.3",
|
|
"@zeit/ncc": "^0.22.1"
|
|
}
|
|
}
|