2020-05-08 09:58:03 +07:00
|
|
|
{
|
|
|
|
|
"private": true,
|
2026-03-16 01:52:34 +01:00
|
|
|
"type": "module",
|
|
|
|
|
"packageManager": "pnpm@10.32.1",
|
2020-05-08 10:22:09 +07:00
|
|
|
"scripts": {
|
2026-03-16 01:54:09 +01:00
|
|
|
"build:bundle": "esbuild src/index.ts --bundle --platform=node --target=node24 --format=cjs --minify --outfile=dist/index.js --loader:.json=json",
|
2026-03-16 01:52:34 +01:00
|
|
|
"build": "pnpm run build:bundle",
|
|
|
|
|
"start": "pnpm run build && sh ./run.sh"
|
2020-05-08 10:22:09 +07:00
|
|
|
},
|
2020-05-08 09:58:03 +07:00
|
|
|
"dependencies": {
|
2025-12-07 22:16:49 +01:00
|
|
|
"@actions/cache": "^4.1.0",
|
2024-02-08 02:22:15 -08:00
|
|
|
"@actions/core": "^1.10.1",
|
2025-12-07 22:16:49 +01:00
|
|
|
"@actions/exec": "^1.1.1",
|
|
|
|
|
"@actions/glob": "^0.5.0",
|
2024-02-08 02:22:15 -08:00
|
|
|
"@types/expand-tilde": "^2.0.2",
|
2026-02-17 13:30:54 +01:00
|
|
|
"@types/node": "^22.0.0",
|
2020-05-08 14:24:25 +07:00
|
|
|
"expand-tilde": "^2.0.2",
|
2024-02-08 02:22:15 -08:00
|
|
|
"yaml": "^2.3.4",
|
|
|
|
|
"zod": "^3.22.4"
|
2020-05-08 09:58:03 +07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-16 01:52:34 +01:00
|
|
|
"esbuild": "^0.27.4",
|
2024-02-08 02:22:15 -08:00
|
|
|
"typescript": "^5.3.3"
|
2020-05-08 09:58:03 +07:00
|
|
|
}
|
|
|
|
|
}
|