42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "nix-installer-action",
|
|
"version": "1.0.0",
|
|
"description": "You can use [`nix-installer`](https://github.com/DeterminateSystems/nix-installer) as a Github action:",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write '**/*.ts'",
|
|
"lint": "eslint src/**/*.ts",
|
|
"package": "ncc build --source-map --license licenses.txt",
|
|
"all": "npm run build && npm run format && npm run lint && npm run package"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DeterminateSystems/nix-installer-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/DeterminateSystems/nix-installer-action/issues"
|
|
},
|
|
"homepage": "https://github.com/DeterminateSystems/nix-installer-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"node-fetch": "^3.3.1",
|
|
"string-argv": "^0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.16.3",
|
|
"@typescript-eslint/parser": "^5.59.2",
|
|
"@vercel/ncc": "^0.36.1",
|
|
"eslint": "^8.44.0",
|
|
"eslint-plugin-github": "^4.3.6",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-prettier": "^5.0.0-alpha.1",
|
|
"prettier": "^3.0.0",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|