{
  "name": "@things-factory/context-ui",
  "version": "9.2.29",
  "main": "dist-server/index.js",
  "browser": "dist-client/index.js",
  "things-factory": true,
  "author": "heartyoh <heartyoh@hatiolab.com>",
  "description": "User interface for context toolbar.",
  "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/context-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": {
    "@material/web": "^2.0.0",
    "@operato/context": "^9.0.0",
    "@operato/layout": "^9.0.0",
    "@things-factory/apptool-base": "^9.2.29"
  },
  "gitHead": "48c67195ca4e1d57126d6afc93dd89ac8edd2941"
}
