Files
pycom-documentation/scripts/package.json
jirikrepl a4e3f0e488 feat: added script which which automatically opens PRs
from current branch and base branch publish and development-publish
2019-12-02 17:52:52 +01:00

17 lines
313 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@octokit/rest": "^16.35.0",
"commander": "^4.0.1",
"inquirer": "^7.0.0"
}
}