mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
21c3863b07
Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
25 lines
553 B
JSON
25 lines
553 B
JSON
{
|
|
"name": "magic-nix-cache",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "rollup -c"
|
|
},
|
|
"license": "LGPL",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"tail": "^2.2.6",
|
|
"tslib": "^2.5.2",
|
|
"got": "^12.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
"@rollup/plugin-typescript": "^11.1.1",
|
|
"@types/node": "^20.2.1",
|
|
"rollup": "^3.22.0",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|