-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 946 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
31
32
33
34
35
36
37
38
39
{
"name": "world-countries-population-data",
"version": "1.1.7-development",
"description": "Population data of world, region, continent and countries since 1960",
"main": "index.js",
"scripts": {
"test": "jest",
"commit": "git-cz",
"semantic-release": "semantic-release"
},
"release": {
"branches": [
"main"
]
},
"author": "Sahil Verma <iamsahil1910@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iamsahil1910/world-countries-population-data"
},
"homepage": "https://github.com/iamsahil1910/world-countries-population-data#readme",
"keywords": [
"world",
"continent",
"region",
"poulation"
],
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"jest": "27.3.1",
"semantic-release": "^18.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}