{
  "name": "@things-scene/indoor-map",
  "version": "2.3.13",
  "description": "Indoor Map component for things-scene.",
  "main": "src/index.js",
  "module": "dist/things-scene-indoor-map.mjs",
  "jsnext:main": "dist/things-scene-indoor-map.mjs",
  "things-scene": true,
  "directories": {
    "test": "test"
  },
  "scripts": {
    "serve": "things-factory",
    "serve:dev": "things-factory-dev",
    "build": "webpack",
    "prepublish": "webpack",
    "build:client": "yarn run clean:client && webpack --config node_modules/@things-factory/shell/webpack.config.js",
    "clean:client": "rm -rf dist-client",
    "migration": "things-factory-migration"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ThingsElements/things-scene-indoor-map.git"
  },
  "author": "",
  "license": "http://things-scene.hatiolab.com/EULA/",
  "bugs": {
    "url": "https://github.com/ThingsElements/things-scene-indoor-map/issues"
  },
  "homepage": "https://github.com/ThingsElements/things-scene-indoor-map#readme",
  "devDependencies": {
    "@things-factory/board-app": "^2.0.0",
    "@things-factory/board-test": "^2.0.0",
    "@things-scene/form": "*"
  },
  "dependencies": {
    "@hatiolab/things-scene": "*"
  }
}
