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",
"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",
"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": "^4.0.5",
"@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",
"handlebars": "^4.7.8",
"smol-toml": "^1.4.2",
2023-09-03 15:47:13 +02:00
"untildify": "^5.0.0",
"which": "^5.0.0",
"zod": "^4.1.5"
2023-09-03 15:47:13 +02:00
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"@types/node": "^24.3.0",
"@types/which": "^3.0.4",
"eslint": "^9.34.0",
2025-07-01 07:41:26 +00:00
"prettier": "^3.6.2",
"tsup": "^8.4.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.41.0"
2023-09-03 15:47:13 +02:00
}
}