-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathpackage.json
31 lines (31 loc) · 885 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
{
"name": "graphhopper-js-api-client",
"version": "7.6.1",
"description": "A Javascript Client for GraphHopper",
"author": "GraphHopper Community",
"license": "Apache-2.0",
"main": "dist/graphhopper-client.js",
"scripts": {
"serve": "webpack serve --mode development",
"bundle": "webpack --mode development",
"bundleProduction": "webpack --mode production",
"test": "JASMINE_CONFIG_PATH=spec/jasmine.json jasmine"
},
"dependencies": {
"axios": "^1.7.4"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"html-webpack-plugin": "^5.6.0",
"jasmine": "5.1.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"repository": {
"type": "git",
"url": "git://github.com/graphhopper/directions-api-js-client.git"
}
}