{
  "name": "@things-factory/personalization",
  "version": "10.0.0-zeta.10",
  "main": "dist-server/index.js",
  "browser": "dist-client/index.js",
  "things-factory": true,
  "license": "MIT",
  "author": "heartyoh <heartyoh@hatiolab.com>",
  "description": "A personalization module designed to support user preferences in the UI",
  "publishConfig": {
    "access": "public",
    "@things-factory:registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hatiolab/things-factory.git",
    "directory": "packages/personalization"
  },
  "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/data-grist": "^10.0.0-beta.1",
    "@operato/graphql": "^10.0.0-beta.1",
    "@operato/i18n": "^10.0.0-beta.1",
    "@operato/shell": "^10.0.0-beta.1",
    "@operato/styles": "^10.0.0-beta.1",
    "@things-factory/auth-base": "^10.0.0-zeta.10",
    "@things-factory/shell": "^10.0.0-zeta.10"
  },
  "gitHead": "66f0cf11f6a6ddc4ad756a55fa13b26a55d89fd4"
}
