{
  "name": "@chrisgdt/delbot-mouse",
  "version": "1.3.3",
  "description": "A small deep-learning library to distinguish human and bot from their mouse movements.",
  "author": "Christophe Grandmont",
  "license": "Apache-2.0",
  "keywords": [
    "javascript",
    "typescript",
    "deep-learning",
    "neural-network",
    "deep-neural-network",
    "mouse-movement"
  ],
  "private": false,
  "main": "lib/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.js",
  "files": [
    "lib",
    "esm",
    "dist",
    "../README.md"
  ],
  "scripts": {
    "clean": "rimraf esm/ && rimraf lib/ && rimraf dist/ && rimraf docs/",
    "build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:doc",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:umd": "webpack",
    "build:doc": "typedoc --tsconfig ./tsconfig.base.json \"src/*.{ts,tsx}\""
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chrisgdt/DELBOT-Mouse.git",
    "directory": "delbot-core"
  },
  "bugs": {
    "url": "https://github.com/chrisgdt/DELBOT-Mouse/issues"
  },
  "homepage": "https://github.com/chrisgdt/DELBOT-Mouse#readme",
  "devDependencies": {
    "@tensorflow/tfjs": "^4.0.0",
    "@typescript-eslint/eslint-plugin": "^5.41.0",
    "@typescript-eslint/parser": "^5.41.0",
    "eslint": "^8.26.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "ts-loader": "^9.4.1",
    "typedoc": "^0.23.21",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "dependencies": {
    "ml-random-forest": "^2.1.0"
  }
}
