python-packs/package.json
2023-12-10 11:52:28 +08:00

18 lines
312 B
JSON

{
"name": "python-packs",
"version": "1.0.0",
"description": "",
"type": "module",
"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"
}
}