setup-pdm/package.json
Frost Ming 21f59457b4
feat: Update action to deliminate the deprecation warnings (#20)
* feat: Update to deliminate deprecation warnings

* update dependencies

* change to the new API

* update env

* update dist js
2022-10-17 16:28:14 +08:00

26 lines
671 B
JSON

{
"name": "setup-pdm",
"version": "2.0.0",
"description": "The GitHub Action for using pdm as the package manager",
"main": "dist/setup-pdm.js",
"scripts": {
"build": "esbuild src/setup-pdm.ts --bundle --platform=node --outfile=dist/setup-pdm.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pdm-project/setup-pdm.git"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"semver": "^7.3.8",
"setup-python": "actions/setup-python"
},
"devDependencies": {
"@types/node": "^18.11.0",
"@types/semver": "^7.3.12",
"esbuild": "^0.15.11",
"typescript": "^4.8.4"
}
}