magic-nix-cache-action/package.json

53 lines
1.6 KiB
JSON
Raw Normal View History

{
2024-04-12 01:21:15 +02:00
"name": "magic-nix-cache-action",
"version": "1.0.0",
"description": "",
2024-04-12 01:21:15 +02:00
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
2024-04-12 01:21:15 +02:00
"build": "tsc",
"format": "prettier --write .",
"lint": "eslint src/**/*.ts",
"package": "ncc build",
"all": "pnpm run format && pnpm run lint && pnpm run build && pnpm run package"
},
2024-04-12 01:21:15 +02:00
"repository": {
"type": "git",
"url": "git+https://github.com/DeterminateSystems/magic-nix-cache-action.git"
},
"keywords": [],
"author": "",
"license": "LGPL",
2024-04-12 01:21:15 +02:00
"bugs": {
"url": "https://github.com/DeterminateSystems/magic-nix-cache-action/issues"
},
"homepage": "https://github.com/DeterminateSystems/magic-nix-cache-action#readme",
"dependencies": {
2024-04-12 01:21:15 +02:00
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/tool-cache": "^2.0.1",
2024-04-18 19:08:15 +02:00
"detsys-ts": "github:DeterminateSystems/detsys-ts#graham/fh-272-detsys-ts-create-a-helper-to-assert-nix-is-available-ahead",
2024-04-12 01:21:15 +02:00
"fetch-retry": "^5.0.6",
"got": "^14.2.1",
"string-argv": "^0.3.2",
"tail": "^2.2.6"
},
"devDependencies": {
2024-04-12 01:21:15 +02:00
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.12.7",
"@types/tail": "^2.2.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
}
}