generated from ALT-F1/altf1be_helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "altf1be_json_helpers",
"description": "Helpers to deal with basic requirements of the management of a JSON File. A library built by www.alt-f1.be",
"homepage": "https://github.com/ALT-F1/altf1be_json_helpers",
"author": {
"name": "Abdelkrim Boujraf",
"email": "abo+altf1be_json_helpers_pkg@alt-f1.be",
"url": "https://github.com/abdelkrim"
},
"keywords": [
"library",
"altf1be_json_helpers",
"alt-f1.be",
"helpers-library",
"python3",
"pypi-package"
],
"version": "1.0.2",
"main": "${workspaceFolder}/altf1be_json_helpers/altf1be_json_helpers.py",
"scripts": {
"release": "standard-version",
"patch": "npm run release -- --release-as patch",
"minor": "npm run release -- --release-as minor",
"major": "npm run release -- --release-as major",
"push": "git push --follow-tags origin master",
"clean:setup.py": "del-cli build altf1be_json_helpers-* **/altf1be_json_helpers.egg* dist",
"build:setup.py": "python setup.py sdist bdist_wheel",
"clean-build": "run-s clean:setup.py build:setup.py",
"push-test:setup.py": "python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*",
"push-prod:setup.py": "python -m twine upload dist/*",
"build-push-prod:setup.py": "run-s clean:setup.py build:setup.py push-prod:setup.py",
"build-push-test:setup.py": "run-s clean:setup.py build:setup.py push-test:setup.py"
},
"repository": {
"type": "git",
"url": "https://github.com/ALT-F1/altf1be_json_helpers.git"
},
"license": "LICENSE",
"dependencies": {
"standard-version": "^8.0.0"
},
"devDependencies": {
"del-cli": "^3.0.0",
"npm-run-all": "^4.1.5"
}
}