35 lines
869 B
JSON
35 lines
869 B
JSON
{
|
|
"name": "setup-pdm",
|
|
"version": "4.0.0",
|
|
"packageManager": "pnpm@8.14.3",
|
|
"description": "The GitHub Action for using pdm as the package manager",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pdm-project/setup-pdm.git"
|
|
},
|
|
"main": "dist/setup-pdm.js",
|
|
"scripts": {
|
|
"build": "esno build.ts",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@actions/cache": "^4.0.3",
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/glob": "^0.4.0",
|
|
"got": "^14.0.0",
|
|
"semver": "^7.5.4",
|
|
"setup-python": "actions/setup-python"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^2.4.6",
|
|
"@types/node": "^18.11.0",
|
|
"@types/semver": "^7.5.4",
|
|
"esbuild": "^0.19.12",
|
|
"eslint": "^8.56.0",
|
|
"esno": "^4.0.0",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|