-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.51 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "location_data_bj",
"main": "./public/dist/bundle.js",
"description": "Benin Republic territory data for web and JS apps",
"version": "1.0.4",
"keywords": [
"Benin",
"Benin Republic",
"Territory",
"Location",
"Data",
"Cotonou",
"Porto-Novo",
"Parakou",
"Djougou",
"Bohicon",
"Kandi",
"Abomey"
],
"maintainers": [
{
"name": "Justin Y. Dah-kenangnon",
"email": "dah.kenangnon@gmail.com",
"web": "https://dah-kenangnon.com",
"twitter": "https://twitter.com/dahkenangnon",
"github": "https://github.com/Dahkenangnon"
}
],
"homepage": "https://dahkenangnon.github.io/location_data_bj_js/",
"author": {
"name": "Justin Y. Dah-kenangnon",
"email": "dah.kenangnon@gmail.com"
},
"license": "MIT",
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"test:n": "jest --notify --detectOpenHandles",
"test": "jest",
"coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"files": [
"public/dist",
"src",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.17.0"
},
"devDependencies": {
"node-notifier": "^10.0.1",
"@types/jest": "^29.5.6",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Dahkenangnon/location_data_bj_js.git"
}
}