UNPKG

@tensorflow-models/coco-ssd

Version:

Object detection model (coco-ssd) in TensorFlow.js

43 lines (42 loc) 1.28 kB
{ "name": "@tensorflow-models/coco-ssd", "version": "1.0.1", "description": "Object detection model (coco-ssd) in TensorFlow.js", "main": "dist/index.js", "unpkg": "dist/coco-ssd.min.js", "jsdelivr": "dist/coco-ssd.min.js", "jsnext:main": "dist/coco-ssd.esm.js", "module": "dist/coco-ssd.esm.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/tensorflow/tfjs-models.git" }, "peerDependencies": { "@tensorflow/tfjs": "^1.1.0" }, "devDependencies": { "@tensorflow/tfjs": "^1.1.0", "@types/jasmine": "~2.8.8", "babel-core": "~6.26.0", "babel-plugin-transform-runtime": "~6.23.0", "jasmine": "~3.3.1", "jasmine-core": "~3.3.0", "rollup": "~0.60.7", "rollup-plugin-node-resolve": "~3.3.0", "rollup-plugin-typescript2": "~0.15.0", "rollup-plugin-uglify": "~3.0.0", "ts-node": "~5.0.0", "tslint": "~5.10.0", "typescript": "3.3.3333", "yalc": "~1.0.0-pre.21" }, "scripts": { "build": "rimraf dist && tsc", "lint": "tslint -p . -t verbose", "publish-local": "yarn build && rollup -c && yalc push", "publish-npm": "yarn build && rollup -c && npm publish", "test": "yarn build && ts-node run_tests.ts" }, "license": "Apache-2.0" }