{
  "name": "@marutpong/tfjs",
  "version": "1.3.2",
  "description": "An open-source machine learning framework.",
  "private": false,
  "main": "dist/index",
  "jsnext:main": "dist/tf.esm.js",
  "module": "dist/tf.esm.js",
  "jsdelivr": "dist/tf.min.js",
  "unpkg": "dist/tf.min.js",
  "types": "dist/index.d.ts",
  "miniprogram": "dist/miniprogram",
  "repository": {
    "type": "git",
    "url": "https://github.com/tensorflow/tfjs.git"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@octokit/rest": "15.2.6",
    "@types/jasmine": "2.8.7",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "~9.6.1",
    "@types/shelljs": "^0.8.4",
    "@types/webgl2": "^0.0.7",
    "babel-core": "~6.26.3",
    "clang-format": "~1.2.2",
    "commander": "~2.14.1",
    "jasmine": "3.1.0",
    "jasmine-core": "~3.1.0",
    "karma": "~4.0.1",
    "karma-browserstack-launcher": "~1.4.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-firefox-launcher": "~1.1.0",
    "karma-jasmine": "~1.1.1",
    "karma-typescript": "~4.0.0",
    "mkdirp": "~0.5.1",
    "npm-run-all": "~4.1.3",
    "rimraf": "~2.6.2",
    "rollup": "~0.58.2",
    "rollup-plugin-babel": "~3.0.4",
    "rollup-plugin-commonjs": "9.1.3",
    "rollup-plugin-json": "~3.0.0",
    "rollup-plugin-node-resolve": "3.3.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-typescript2": "0.13.0",
    "rollup-plugin-uglify": "~3.0.0",
    "shelljs": "~0.8.1",
    "ts-node": "~4.1.0",
    "tslint": "~5.11.0",
    "tslint-no-circular-imports": "~0.5.0",
    "typescript": "3.8.3",
    "yalc": "~1.0.0-pre.21"
  },
  "scripts": {
    "build": "tsc",
    "build-npm": "./scripts/build-npm.sh",
    "link-local": "yalc link",
    "publish-local": "yarn build-npm && yalc push",
    "lint": "tslint -p . -t verbose",
    "test": "ts-node ./scripts/release_notes/run_tests.ts && karma start",
    "test-ci": "./scripts/test-ci.sh",
    "release-notes": "ts-node ./scripts/release_notes/release_notes.ts"
  },
  "dependencies": {
    "@tensorflow/tfjs-converter": "1.3.1",
    "@tensorflow/tfjs-core": "1.3.1",
    "@tensorflow/tfjs-data": "1.3.1",
    "@tensorflow/tfjs-layers": "1.3.1"
  }
}
