{
  "name": "@things-factory/integration-ui",
  "version": "10.0.13",
  "main": "dist-server/index.js",
  "browser": "dist-client/index.js",
  "things-factory": true,
  "author": "heartyoh <heartyoh@hatiolab.com>",
  "description": "User interface to manage integration scenario.",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "@things-factory:registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hatiolab/things-factory.git",
    "directory": "packages/integration-ui"
  },
  "scripts": {
    "build": "npm run build:server && npm run build:client",
    "copy:files": "copyfiles -e \"./client/**/*.{ts,js,json}\" -u 1 \"./client/**/*\" dist-client",
    "build:client": "npm run copy:files && npx tsc --p ./client/tsconfig.json",
    "build:server": "npx tsc --p ./server/tsconfig.json",
    "clean:client": "npx rimraf dist-client",
    "clean:server": "npx rimraf dist-server",
    "clean": "npm run clean:server && npm run clean:client",
    "migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration"
  },
  "dependencies": {
    "@operato/app": "^10.0.0",
    "@operato/data-grist": "^10.0.0",
    "@operato/graphql": "^10.0.0",
    "@operato/grist-editor": "^10.0.0",
    "@operato/help": "^10.0.0",
    "@operato/i18n": "^10.0.0",
    "@operato/layout": "^10.0.0",
    "@operato/moment-timezone-es": "^10.0.0",
    "@operato/p13n": "^10.0.0",
    "@operato/property-editor": "^10.0.0",
    "@operato/styles": "^10.0.0",
    "@operato/utils": "^10.0.0",
    "@things-factory/export-base": "^10.0.13",
    "@things-factory/import-base": "^10.0.13",
    "@things-factory/integration-base": "^10.0.13",
    "@things-factory/personalization": "^10.0.13",
    "d3": "^7.8.5"
  },
  "gitHead": "808b3b9e3bf15c058316ec4c73455108df7722aa"
}
