{ "name": "setup-pixi", "version": "0.9.1", "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.5", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.2", "handlebars": "^4.7.8", "smol-toml": "^1.4.2", "untildify": "^5.0.0", "which": "^5.0.0", "zod": "^4.1.5" }, "devDependencies": { "@eslint/js": "^9.34.0", "@types/node": "^24.3.0", "@types/which": "^3.0.4", "eslint": "^9.34.0", "prettier": "^3.6.2", "tsup": "^8.4.0", "typescript": "^5.9.2", "typescript-eslint": "^8.41.0" } }