mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
24 lines
730 B
JSON
24 lines
730 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build:ncc": "ncc build --minify --no-source-map-register --no-cache dist/tsc/index.js --out dist/",
|
|
"build": "tsc && pnpm run build:ncc",
|
|
"start": "pnpm run build && sh ./run.sh",
|
|
"update-pnpm-dist": "pnpm install && cp ./node_modules/pnpm/dist/pnpm.cjs ./dist/pnpm.cjs && cp ./node_modules/pnpm/dist/worker.js ./dist/worker.js"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@types/expand-tilde": "^2.0.2",
|
|
"@types/node": "^20.11.5",
|
|
"@types/node-fetch": "^2.6.11",
|
|
"expand-tilde": "^2.0.2",
|
|
"yaml": "^2.3.4",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.38.1",
|
|
"pnpm": "^8.14.3",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|