forked from Mirror/attic-action
23 lines
620 B
JSON
23 lines
620 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": "^1.10.0",
|
|
"@actions/exec": "^1.1.1",
|
|
"just-split": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.18.38",
|
|
"esbuild": "^0.18.14",
|
|
"prettier": "3.0.0",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"packageManager": "pnpm@8.7.5"
|
|
}
|