python-packs/package.json

19 lines
343 B
JSON
Raw Normal View History

2023-12-10 11:39:48 +08:00
{
"name": "python-packs",
"version": "1.0.0",
"description": "",
2023-12-10 11:52:28 +08:00
"type": "module",
"main": "src/index.js",
2023-12-10 11:39:48 +08:00
"scripts": {
2023-12-10 11:52:28 +08:00
"dev": "node src/index.js"
2023-12-10 11:39:48 +08:00
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
2023-12-10 11:55:01 +08:00
"@actions/github": "^6.0.0",
"child_process": "^1.0.2"
2023-12-10 11:39:48 +08:00
}
}