-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
18 lines (18 loc) · 1.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "pyutube",
"version": "1.4.12",
"description": "### Enjoying my project? Please show your appreciation by starring it on GitHub! ⭐ <a href=\"https://github.com/Hetari/pyutube\"> <img src=\"https://img.shields.io/pypi/v/pyutube.svg?style=flat&label=Version\" alt=\"Version\"> </a> <a href=\"https://github.com/Hetari/pyutube\"> <img src=\"https://static.pepy.tech/badge/pyutube\" alt=\"Downloads\"> </a> <a href=\"https://github.com/Hetari/pyutube\"> <img src=\"https://static.pepy.tech/badge/pyutube/month\" alt=\"Downloads per Month\"> </a> <a href=\"https://github.com/Hetari/pyutube\"> <img src=\"https://static.pepy.tech/badge/pyutube/week\" alt=\"Downloads per Week\"> </a>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release:minor": "generate-changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && sh -c 'gh release create $(git describe --tags) --generate-notes' && ./build.sh && twine upload dist/*",
"release:major": "generate-changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && sh -c 'gh release create $(git describe --tags) --generate-notes' && ./build.sh && twine upload dist/*",
"release:patch": "generate-changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && sh -c 'gh release create $(git describe --tags) --generate-notes' && ./build.sh && twine upload dist/*"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"generate-changelog": "^1.8.0"
}
}