python-packs/package.json

17 lines
315 B
JSON
Raw Normal View History

2023-12-10 11:39:48 +08:00
{
"name": "python-packs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0"
}
}