attic-action/package.json

24 lines
757 B
JSON
Raw Permalink 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-07-19 02:51:10 +00:00
},
"devDependencies": {
"@types/node": "^20.16.10",
"esbuild": "^0.24.0",
"prettier": "3.3.3",
"typescript": "^5.6.3"
2023-07-19 02:51:10 +00:00
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
2023-07-18 14:17:42 +00:00
}