attic-action/package.json

25 lines
783 B
JSON
Raw Normal View History

2023-07-18 14:17:42 +00:00
{
2023-07-19 02:51:10 +00:00
"name": "@ryanccn/attic-action",
"main": "dist/index.js",
"description": "Cache Nix derivations with attic",
"scripts": {
"build": "esbuild src/index.ts --outdir=dist --platform=node --format=cjs --bundle --minify-whitespace --minify-syntax",
"format": "prettier --write ."
},
"author": "Ryan Cao <hello@ryanccn.dev>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
2023-07-19 02:51:10 +00:00
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
2023-09-15 07:36:50 +00:00
"just-split": "^3.2.0"
2023-07-19 02:51:10 +00:00
},
"devDependencies": {
"@types/node": "^20.16.10",
"esbuild": "^0.24.0",
"prettier": "3.3.3",
"typescript": "^5.6.2"
2023-07-19 02:51:10 +00:00
},
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
2023-07-18 14:17:42 +00:00
}