forked from Mirror/attic-action
5dc7b671af
* feat: add flake devShell * chore: add prettier * fix: respect cache input during configure * feat: auto push paths * feat: add test workflow * chore: update index.js * refactors * pnpm lock * more refactors * remove copying --------- Co-authored-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
24 lines
671 B
JSON
24 lines
671 B
JSON
{
|
|
"name": "@ryanccn/attic-action",
|
|
"version": "0.1.0",
|
|
"description": "Cache Nix derivations with attic",
|
|
"scripts": {
|
|
"build": "esbuild src/index.ts src/post.ts --outdir=dist --platform=node --format=cjs --bundle --minify-whitespace --minify-syntax",
|
|
"format": "prettier --write ."
|
|
},
|
|
"keywords": [],
|
|
"author": "Ryan Cao <hello@ryanccn.dev>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/exec": "^1.1.1",
|
|
"ofetch": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.18.38",
|
|
"esbuild": "^0.18.14",
|
|
"prettier": "3.0.0",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"packageManager": "pnpm@8.6.9"
|
|
}
|