{
  "name": "@tensorflow-models/person-segmentation",
  "version": "0.0.4",
  "description": "Pretrained Person Segmentation model in tensorflow.js",
  "main": "dist/index.js",
  "jsnext:main": "dist/person-segmentation.esm.js",
  "module": "dist/person-segmentation.esm.js",
  "unpkg": "dist/person-segmentation.min.js",
  "jsdelivr": "dist/person-segmentation.min.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/tensorflow/tfjs-models.git"
  },
  "peerDependencies": {
    "@tensorflow/tfjs": "0.13.3"
  },
  "devDependencies": {
    "@tensorflow/tfjs": "0.13.3",
    "@types/jasmine": "~2.5.53",
    "jasmine": "~3.2.0",
    "jasmine-core": "~3.1.0",
    "rimraf": "~2.6.2",
    "rollup": "~0.58.2",
    "rollup-plugin-node-resolve": "~3.3.0",
    "rollup-plugin-typescript2": "~0.13.0",
    "rollup-plugin-uglify": "~3.0.0",
    "ts-node": "~5.0.0",
    "tslint": "~5.8.0",
    "typescript": "2.9.2"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "publish-local": "yarn build && yalc push",
    "test": "ts-node run_tests.ts",
    "publish-npm": "yarn build && rollup -c && npm publish",
    "lint": "tslint -p . -t verbose"
  },
  "license": "Apache-2.0"
}
