-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1023 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
{
"name": "blacklistr",
"version": "1.0.0",
"description": "A website for visualizing country specific data",
"scripts": {
"start": "npx webpack serve",
"build": "npx webpack",
"generate": "node assets/boundaries/generate.js",
"lint": "npx eslint js/**.mjs",
"mocha": "npx instant-mocha test/test.js",
"test": "npm run mocha"
},
"dependencies": {
"codemirror": "^5.65.16",
"leaflet": "^1.9.4",
"leaflet-image": "^0.4.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@ideditor/country-coder": "^5.1.0",
"@xmldom/xmldom": "^0.9.3",
"chai": "^5.1.1",
"eslint": "^9.12.0",
"globals": "^15.11.0",
"instant-mocha": "^1.5.2",
"mocha": "^10.7.3",
"osmtogeojson": "^3.0.0-beta.5",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ENT8R/blacklistr.git"
},
"author": "ENT8R <[email protected]>",
"license": "GPL-3.0"
}