-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
34 lines (34 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "setup-pdm",
"version": "4.0.0",
"packageManager": "[email protected]",
"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": "^3.2.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"
}
}