{
  "name": "@cloud-annotations/models",
  "version": "0.1.9",
  "description": "Cloud Annotations models for TensorFlow.js",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "jsdelivr": "dist/models.min.js",
  "unpkg": "dist/models.min.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "image detection",
    "object detection",
    "machine learning",
    "bounding boxes",
    "classification",
    "computer vision"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cloud-annotations/javascript-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/cloud-annotations/javascript-sdk/issues"
  },
  "homepage": "https://github.com/cloud-annotations/javascript-sdk",
  "author": "Nick Bourdakos",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^13.0.0",
    "@rollup/plugin-node-resolve": "^8.1.0",
    "@rollup/plugin-sucrase": "^3.1.0",
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.3",
    "chai": "^4.2.0",
    "karma": "^5.2.2",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-typescript": "^5.2.0",
    "lerna": "^3.22.1",
    "mocha": "^8.1.3",
    "rollup": "^2.21.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.6"
  },
  "dependencies": {
    "@cloud-annotations/core": "^0.1.8",
    "@tensorflow/tfjs": "1.4.0"
  },
  "scripts": {
    "build": "yarn clean && yarn tsc && rollup -c",
    "clean": "rimraf dist",
    "test": "karma start --single-run"
  },
  "gitHead": "773bfbfdc556b9a633791904a77f39136790a4ff"
}
