ipntk-map
Version:
web sdk for ipntk-map
28 lines (27 loc) • 607 B
JSON
{
"name": "ipntk-map",
"version": "3.0.0",
"description": "web sdk for ipntk-map",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"prepublish": "npm run build"
},
"keywords": [
"map",
"indoor-positioning"
],
"author": "Archit Pai",
"license": "ISC",
"dependencies": {
"@mapxus/mapxus-map-jp": "^7.2.0",
"js-cookie": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"babel-loader": "^9.1.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}