{ "name": "pdm-action", "version": "1.0.0", "description": "The GitHub Action for using pdm as the package manager", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/pdm-project/pdm-action.git" }, "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "setup-python": "actions/setup-python" }, "devDependencies": { "@types/node": "^14.14.31", "typescript": "^4.2.2" } }