mirror of
https://github.com/ryanccn/attic-action.git
synced 2026-04-22 17:21:44 +00:00
29 lines
816 B
JSON
29 lines
816 B
JSON
{
|
|
"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": "^3.0.0",
|
|
"@actions/exec": "^3.0.0",
|
|
"@actions/io": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.2",
|
|
"esbuild": "^0.28.0",
|
|
"prettier": "3.8.1",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
},
|
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
|
|
}
|