Files

47 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-09-03 15:47:13 +02:00
{
"name": "setup-pixi",
2026-03-31 11:00:43 +02:00
"version": "0.9.5",
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": "^6.0.0",
"@actions/core": "^3.0.0",
"@actions/exec": "^3.0.0",
"@actions/io": "^3.0.2",
"@actions/tool-cache": "^4.0.0",
2026-03-31 11:00:43 +02:00
"handlebars": "^4.7.9",
"smol-toml": "^1.6.1",
"untildify": "^6.0.0",
"which": "^6.0.1",
"zod": "^4.3.6"
2023-09-03 15:47:13 +02:00
},
"devDependencies": {
"@eslint/js": "^10.0.1",
2026-03-31 11:00:43 +02:00
"@types/node": "^25.5.0",
"@types/which": "^3.0.4",
2026-03-31 11:00:43 +02:00
"eslint": "^10.1.0",
"prettier": "^3.8.1",
"tsup": "^8.5.1",
2026-03-31 11:00:43 +02:00
"typescript": "^6.0.2",
"typescript-eslint": "^8.57.2"
2023-09-03 15:47:13 +02:00
}
}