Files
setup-pixi/package.json
T
2025-11-03 11:25:42 +01:00

47 lines
1.1 KiB
JSON

{
"name": "setup-pixi",
"version": "0.9.3",
"private": true,
"description": "Action to set up the pixi package manager.",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"eslint": "eslint .",
"lint": "pnpm eslint && prettier -c .",
"lint:fix": "eslint . --fix && prettier -w ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/prefix-dev/setup-pixi.git"
},
"keywords": [
"setup",
"pixi",
"conda"
],
"author": "Pavel Zwerschke <pavelzw@gmail.com>",
"license": "BSD-3-Clause",
"dependencies": {
"@actions/cache": "^4.1.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^2.0.0",
"@actions/tool-cache": "^2.0.2",
"handlebars": "^4.7.8",
"smol-toml": "^1.4.2",
"untildify": "^6.0.0",
"which": "^5.0.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/js": "^9.39.0",
"@types/node": "^24.9.2",
"@types/which": "^3.0.4",
"eslint": "^9.34.0",
"prettier": "^3.6.2",
"tsup": "^8.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2"
}
}