{
  "name": "@things-scene/integration",
  "description": "integration component for things-scene",
  "version": "1.0.14",
  "things-scene": true,
  "main": "src/index.js",
  "module": "dist/things-scene-integration.mjs",
  "jsnext:main": "dist/things-scene-integration.mjs",
  "author": "yuneunhye",
  "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"
  },
  "devDependencies": {
    "@things-factory/board-app": "^2.0.0",
    "@things-factory/board-test": "^2.0.0",
    "@things-scene/form": "*",
    "@things-scene/random": "*",
    "@things-scene/restful": "*",
    "@things-scene/table": "*"
  },
  "dependencies": {
    "@hatiolab/things-scene": "*",
    "apollo-cache-inmemory": "^1.6.3",
    "apollo-client": "^2.6.4",
    "apollo-link": "^1.2.12",
    "apollo-link-error": "^1.1.11",
    "apollo-link-http": "^1.5.15",
    "subscriptions-transport-ws": "*"
  }
}
