-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "overture2osmjs",
"version": "0.0.1",
"description": "A module to convert Overture data to OpenStreetMap format.",
"type": "module",
"main": "src/overture2osm.js",
"scripts": {
"test": "mocha",
"start": "nodemon api/server.js",
"lint": "npx eslint src/ o2o-cli.js validate.js normalize.js",
"build": "esbuild src/overture2osm.js --bundle --minify --outfile=dist/overture2osm.js",
"update-json": "node ./scripts/json_dict_converter.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebookincubator/overture2osmjs.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/facebookincubator/overture2osmjs/issues"
},
"homepage": "https://github.com/facebookincubator/overture2osmjs#readme",
"devDependencies": {
"@eslint/js": "^9.14.0",
"body-parser": "^1.20.3",
"chai": "^5.1.2",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"express": "^4.21.1",
"globals": "^15.12.0",
"minimist": "^1.2.8",
"mocha": "^10.7.3",
"p-limit": "^6.1.0",
"sinon": "^19.0.2",
"axios": "^1.7.8",
"body-parser": "^1.20.3",
"brain.js": "^2.0.0-beta.24",
"express": "^4.21.1",
"gl": "^8.1.6",
"natural": "^8.0.1",
"p-limit": "^6.1.0"
}
}