-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 953 Bytes
/
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
{
"name": "openweathermapconcatallhistories",
"description": "ALT-F1 SPRL: concatenate all histories collected in https://github.com/ALT-F1/OpenWeatherMap from OpenWeatherMap.org",
"authors": "ALT-F1 SPRL",
"keywords": [
"etl",
"extract-transform-load",
"openweathermap.org",
"bpost.be",
"covid-19",
"altf1be"
],
"version": "2.0.0",
"main": "build/html/index.html",
"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"
},
"repository": {
"type": "git",
"url": "git@github.com:ALT-F1/OpenWeatherMap.git"
},
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"standard-version": "^8.0.0"
}
}