{
  "name": "@modelx/model",
  "version": "1.6.1",
  "description": "Deep Learning Classification, LSTM Time Series, Regression and Multi-Layered Perceptrons with Tensorflow",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "browser": "dist/web/index.js",
  "web": "dist/web/web.js",
  "modules.root": "dist/esm",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/repetere/modelx-model.git"
  },
  "keywords": [
    "regression",
    "classification",
    "supervised",
    "learning",
    "supervised learning",
    "dl",
    "deep learning",
    "tensorflow",
    "machine learning",
    "ai"
  ],
  "author": {
    "name": "Yaw Etse",
    "email": "yaw.etse@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/repetere/modelx-model/issues"
  },
  "homepage": "https://github.com/repetere/modelx-model#readme",
  "scripts": {
    "dev": "tsc -c -w",
    "benchmark": "node -r esm  benchmark/main_bmrk.js",
    "test": "jest --coverage",
    "doc": "tsc -p tsconfig.esm.json && typedoc && sitedown manual/ -b docs/manual",
    "compile": "npm run compile:cjs && npm run compile:esm && rollup -c",
    "compile:cjs": "tsc -p tsconfig.cjs.json ",
    "compile:esm": "tsc -p tsconfig.esm.json ",
    "build": "tsc -p tsconfig.esm.json && typedoc && sitedown manual/ -b docs/manual",
    "coverage": "coveralls"
  },
  "dependencies": {
    "@tensorflow-models/universal-sentence-encoder": "1.2.2",
    "@tensorflow/tfjs": "2.0.0",
    "@tensorflow/tfjs-node": "2.0.0",
    "lodash.range": "3.2.0",
    "tsne-js": "1.0.3"
  },
  "devDependencies": {
    "@modelx/data": "1.0.7",
    "@rollup/plugin-alias": "3.1.0",
    "@rollup/plugin-commonjs": "12.0.0",
    "@rollup/plugin-json": "4.0.3",
    "@rollup/plugin-node-resolve": "8.0.0",
    "@rollup/plugin-replace": "2.3.2",
    "@rollup/plugin-sucrase": "3.0.2",
    "@tensorflow/tfjs-backend-wasm": "1.7.4",
    "@types/enzyme": "3.10.5",
    "@types/enzyme-adapter-react-16": "1.0.6",
    "@types/jest": "25.2.3",
    "@types/lodash.range": "3.2.6",
    "@types/react": "16.9.35",
    "@types/react-dom": "16.9.8",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "1.15.2",
    "fs-extra": "9.0.0",
    "highcharts": "8.1.0",
    "highcharts-export-server": "2.0.28",
    "jest": "26.0.1",
    "npm": "6.14.5",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "rollup": "2.10.9",
    "rollup-plugin-node-builtins": "2.1.2",
    "rollup-plugin-node-globals": "1.4.0",
    "rollup-plugin-terser-js": "1.0.2",
    "ts-jest": "26.0.0",
    "tslib": "2.0.0",
    "typedoc": "0.17.3",
    "typescript": "3.9.3"
  },
  "jest": {
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "diagnostics": false,
        "tsConfig": {
          "target": "ES2019"
        }
      }
    }
  }
}
