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": {
|
2024-10-06 14:05:47 +00:00
|
|
|
"@actions/core": "^1.11.1",
|
2023-07-19 02:51:10 +00:00
|
|
|
"@actions/exec": "^1.1.1",
|
2024-10-11 03:05:57 +00:00
|
|
|
"@actions/io": "^1.1.3"
|
2023-07-19 02:51:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-06 14:05:47 +00:00
|
|
|
"@types/node": "^20.16.10",
|
|
|
|
"esbuild": "^0.24.0",
|
|
|
|
"prettier": "3.3.3",
|
2024-10-11 03:05:57 +00:00
|
|
|
"typescript": "^5.6.3"
|
2023-07-19 02:51:10 +00:00
|
|
|
},
|
2024-10-11 03:05:57 +00:00
|
|
|
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
|
2023-07-18 14:17:42 +00:00
|
|
|
}
|