{
  "name": "@tensorscript/ts-mlr",
  "displayName": "TensorScript Multivariate Linear Regression",
  "version": "1.0.4",
  "description": "Multiple linear regression with TensorFlow",
  "main": "index.mjs",
  "scripts": {
    "test": "nyc mocha  -r @std/esm \"test/**/*.{js,mjs}\"",
    "doc": "esdoc",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/repetere/ts-mlr.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/repetere/ts-mlr/issues"
  },
  "engines": {
    "node": ">=8"
  },
  "author": {
    "name": "Yaw Etse",
    "url": "https://github.com/yawetse"
  },
  "keywords": [
    "regression",
    "mlr",
    "multiple linear regression",
    "tensorflow",
    "machine learning",
    "ai"
  ],
  "homepage": "https://repetere.github.io/ts-mlr",
  "devDependencies": {
    "@std/esm": "^0.26.0",
    "babel-core": "^6.26.3",
    "babel-plugin-istanbul": "^4.1.6",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2017": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.2",
    "esdoc": "^1.1.0",
    "esdoc-ecmascript-proposal-plugin": "^1.0.0",
    "esdoc-publish-markdown-plugin": "^1.1.0",
    "esdoc-standard-plugin": "^1.0.0",
    "esm": "^3.0.72",
    "mocha": "^5.2.0",
    "modelscript": "^1.4.3",
    "nyc": "^12.0.2",
    "sinon": "^6.1.4",
    "sinon-chai": "^3.2.0"
  },
  "dependencies": {
    "@tensorscript/core": "^1.0.9"
  },
  "@std/esm": "cjs",
  "nyc": {
    "extension": [
      ".mjs"
    ],
    "include": [
      "lib/**/*.mjs"
    ],
    "require": [
      "@std/esm"
    ]
  }
}
