2023-09-03 15:47:13 +02:00
|
|
|
{
|
|
|
|
|
"name": "setup-pixi",
|
2025-10-20 00:37:21 +11:00
|
|
|
"version": "0.9.2",
|
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",
|
2024-06-14 14:54:49 +02:00
|
|
|
"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": {
|
2025-09-01 11:47:19 +00:00
|
|
|
"@actions/cache": "^4.0.5",
|
2024-12-02 11:48:30 +00:00
|
|
|
"@actions/core": "^1.11.1",
|
2023-09-03 15:47:13 +02:00
|
|
|
"@actions/exec": "^1.1.1",
|
|
|
|
|
"@actions/io": "^1.1.3",
|
2025-02-11 16:52:49 +01:00
|
|
|
"@actions/tool-cache": "^2.0.2",
|
2025-07-23 11:58:57 +02:00
|
|
|
"handlebars": "^4.7.8",
|
2025-09-01 11:47:19 +00:00
|
|
|
"smol-toml": "^1.4.2",
|
2023-09-03 15:47:13 +02:00
|
|
|
"untildify": "^5.0.0",
|
2024-12-02 11:48:30 +00:00
|
|
|
"which": "^5.0.0",
|
2025-09-01 11:47:19 +00:00
|
|
|
"zod": "^4.1.5"
|
2023-09-03 15:47:13 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-01 11:47:19 +00:00
|
|
|
"@eslint/js": "^9.34.0",
|
|
|
|
|
"@types/node": "^24.3.0",
|
2024-06-14 14:54:49 +02:00
|
|
|
"@types/which": "^3.0.4",
|
2025-09-01 11:47:19 +00:00
|
|
|
"eslint": "^9.34.0",
|
2025-07-01 07:41:26 +00:00
|
|
|
"prettier": "^3.6.2",
|
2025-03-31 10:08:44 +00:00
|
|
|
"tsup": "^8.4.0",
|
2025-08-11 21:09:58 +00:00
|
|
|
"typescript": "^5.9.2",
|
2025-09-01 11:47:19 +00:00
|
|
|
"typescript-eslint": "^8.41.0"
|
2023-09-03 15:47:13 +02:00
|
|
|
}
|
|
|
|
|
}
|