{
  "name": "@things-factory/labeling",
  "version": "9.2.29",
  "main": "dist-server/index.js",
  "browser": "dist-client/index.js",
  "things-factory": true,
  "author": "Things-Factory Team",
  "description": "Labeling workflow management module for orchestrating end-to-end labeling workflows",
  "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/labeling"
  },
  "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"
  },
  "dependencies": {
    "@operato/graphql": "^9.0.0",
    "@operato/shell": "^9.0.0",
    "@things-factory/ai-inference": "^9.2.16",
    "@things-factory/auth-base": "^9.2.29",
    "@things-factory/dataset": "^9.2.29",
    "@things-factory/env": "^9.2.16",
    "@things-factory/integration-label-studio": "^9.2.29",
    "@things-factory/shell": "^9.2.29",
    "graphql-tag": "^2.12.6",
    "i18next": "^23.0.0",
    "lit": "^3.0.0",
    "typeorm": "^0.3.0",
    "uuid": "^9.0.0"
  },
  "keywords": [
    "things-factory",
    "labeling",
    "workflow",
    "orchestration",
    "automation"
  ],
  "gitHead": "48c67195ca4e1d57126d6afc93dd89ac8edd2941"
}
