{ "name": "setup-pixi", "version": "0.8.5", "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 ", "license": "BSD-3-Clause", "dependencies": { "@actions/cache": "^4.0.3", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.2", "@iarna/toml": "^3.0.0", "untildify": "^5.0.0", "which": "^5.0.0", "zod": "^3.24.2" }, "devDependencies": { "@eslint/js": "^9.23.0", "@types/eslint__js": "^9.14.0", "@types/node": "^22.13.14", "@types/which": "^3.0.4", "eslint": "^9.23.0", "prettier": "^3.5.3", "tsup": "^8.4.0", "typescript": "^5.8.2", "typescript-eslint": "^8.29.0" } }