{
  "name": "@things-factory/dataset",
  "version": "9.2.29",
  "main": "dist-server/index.js",
  "browser": "dist-client/index.js",
  "things-factory": true,
  "author": "heartyoh <heartyoh@hatiolab.com>",
  "description": "module for handling data collection",
  "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/dataset"
  },
  "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": "^9.0.0",
    "@operato/data-grist": "^9.0.0",
    "@operato/dataset": "^9.0.0",
    "@operato/ghost-print": "^9.0.0",
    "@operato/graphql": "^9.0.0",
    "@operato/grist-editor": "^9.0.0",
    "@operato/i18n": "^9.0.0",
    "@operato/layout": "^9.0.0",
    "@operato/moment-timezone-es": "^9.0.0",
    "@operato/p13n": "^9.0.0",
    "@operato/shell": "^9.0.0",
    "@operato/styles": "^9.0.0",
    "@operato/utils": "^9.0.0",
    "@things-factory/auth-base": "^9.2.29",
    "@things-factory/aws-base": "^9.2.29",
    "@things-factory/board-service": "^9.2.29",
    "@things-factory/env": "^9.2.16",
    "@things-factory/integration-base": "^9.2.29",
    "@things-factory/organization": "^9.2.29",
    "@things-factory/personalization": "^9.2.29",
    "@things-factory/scheduler-client": "^9.2.29",
    "@things-factory/shell": "^9.2.29",
    "@things-factory/work-shift": "^9.2.29",
    "@things-factory/worklist": "^9.2.29",
    "cron-parser": "^4.3.0",
    "moment-timezone": "^0.5.45",
    "simple-statistics": "^7.8.3",
    "statistics": "^3.3.0"
  },
  "gitHead": "48c67195ca4e1d57126d6afc93dd89ac8edd2941"
}
