python-packs/package.json
2023-12-10 12:16:27 +08:00

18 lines
323 B
JSON

{
"name": "python-packs",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"child_process": "^1.0.2"
}
}