UNPKG

@tensorflow/tfjs-converter

Version:

Tensorflow model converter for javascript

79 lines (78 loc) 2.65 kB
{ "name": "@tensorflow/tfjs-converter", "version": "3.17.0", "description": "Tensorflow model converter for javascript", "main": "dist/tf-converter.node.js", "jsnext:main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "unpkg": "dist/tf-converter.min.js", "jsdelivr": "dist/tf-converter.min.js", "miniprogram": "dist/miniprogram", "repository": { "type": "git", "url": "https://github.com/tensorflow/tfjs.git", "directory": "tfjs-converter" }, "license": "Apache-2.0", "peerDependencies": { "@tensorflow/tfjs-core": "3.17.0" }, "devDependencies": { "@bazel/bazelisk": "^1.10.1", "@bazel/ibazel": "^0.15.10", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-replace": "^2.3.3", "@rollup/plugin-typescript": "^3.0.0", "@tensorflow/tfjs-backend-cpu": "3.17.0", "@tensorflow/tfjs-core": "3.17.0", "@types/argparse": "^1.0.38", "@types/deep-equal": "^1.0.1", "@types/jasmine": "~2.8.6", "@types/long": "~3.0.32", "@types/node-fetch": "1.6.9", "ajv": "~6.12.3", "argparse": "^1.0.10", "babel-core": "~6.26.3", "babel-plugin-external-helpers": "~6.22.0", "babel-preset-env": "~1.7.0", "clang-format": "~1.2.2", "copyfiles": "~1.2.0", "deep-equal": "^1.0.1", "jasmine-core": "~3.5.0", "node-fetch": "~2.6.1", "opn": "~5.1.0", "protobufjs": "~6.8.6", "rimraf": "~2.6.2", "rollup": "~2.3.2", "rollup-plugin-terser": "~7.0.2", "rollup-plugin-visualizer": "~3.3.2", "ts-morph": "^7.1.3", "ts-node": "~8.8.2", "typescript": "3.5.3", "yalc": "~1.0.0-pre.50" }, "scripts": { "build": "bazel build :tfjs-converter_pkg", "build-ci": "yarn build", "bundle": "yarn build", "bundle-ci": "yarn build", "build-npm": "bazel build :tfjs-converter_pkg.pack", "publish-npm": "bazel run :tfjs-converter_pkg.publish", "test": "bazel test :tfjs-converter_test :test_snippets_test", "test-ci": "yarn test", "test-converter": "bazel test :tfjs-converter_test", "test-dev": "ibazel run :tfjs-converter_test", "test-snippets": "bazel test :test_snippets_test --test_output=all", "test-snippets-ci": "yarn test-snippets", "gen-doc": "ts-node -s ./scripts/gen_doc.ts", "model-summary": "ts-node -s ./tools/model_summary.ts", "pb2json": "ts-node -s ./tools/pb2json_converter.ts", "build-pip-package": "cd python && ./build-pip-package.sh --test /tmp/tfjs-pips", "run-python-tests": "bazel test python/..." }, "resolutions": { "minimist": "1.2.6" } }