mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"private": true,
|
|
"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"
|
|
}
|
|
}
|