-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 829 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 829 Bytes
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
{
"name": "@baatomaps/baato-js-client",
"version": "1.5.0",
"description": "js-client",
"main": "./dist/bundle.js",
"types": "index.d.ts",
"scripts": {
"build": "rimraf ./dist && webpack --mode=production"
},
"author": "Kathmandu Living Labs Consult",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/preset-env": "^7.16.11",
"@isaac.frontend/eslint-config-es6": "^3.0.0",
"acorn": "^8.7.0",
"babel-loader": "^8.2.3",
"babel-polyfill": "^6.26.0",
"eslint": "^6.8.0",
"rimraf": "^3.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"axios": "^0.21.1"
},
"repository": {
"type": "git",
"url": "git@code.kathmandulivinglabs.org:osm-search/js-client.git"
}
}