mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
19 lines
415 B
JSON
19 lines
415 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build:typescript": "tsc",
|
|
"build:ncc": "ncc build --minify --source-map dist/tsc/index.js --out dist/"
|
|
},
|
|
"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"
|
|
}
|
|
}
|