Files
setup-pixi/package.json
T

47 lines
1.1 KiB
JSON
Raw Normal View History

2023-09-03 15:47:13 +02:00
{
"name": "setup-pixi",
2026-01-27 23:35:04 +02:00
"version": "0.9.4",
2023-09-03 15:47:13 +02:00
"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 ."
2023-09-03 15:47:13 +02:00
},
"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": "^5.0.3",
"@actions/core": "^2.0.2",
"@actions/exec": "^2.0.0",
"@actions/io": "^2.0.0",
"@actions/tool-cache": "^3.0.0",
"handlebars": "^4.7.8",
"smol-toml": "^1.6.0",
"untildify": "^6.0.0",
"which": "^6.0.0",
"zod": "^4.3.6"
2023-09-03 15:47:13 +02:00
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.10",
"@types/which": "^3.0.4",
"eslint": "^9.39.2",
"prettier": "^3.8.1",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1"
2023-09-03 15:47:13 +02:00
}
}