mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"download": "^8.0.0",
|
|
"@actions/core": "^1.2.4",
|
|
"@actions/github": "^2.2.0",
|
|
"@types/node": "^13.13.5"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.22.1"
|
|
}
|
|
}
|