{
  "name": "classifier.js",
  "version": "2.0.0",
  "description": ":robot: Natural language processing with Javascript",
  "main": "dist/src/index.js",
  "scripts": {
    "test": "jest",
    "build": "tsc --declaration",
    "release:patch": "HUSKY=0 npm version patch -m 'chore: release version %s' && git push --follow-tags",
    "release:minor": "HUSKY=0 npm version minor -m 'chore: release version %s' && git push --follow-tags",
    "release:major": "HUSKY=0 npm version major -m 'chore: release version %s' && git push --follow-tags",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NathanFirmo/classifier.js.git"
  },
  "keywords": [
    "neural-network",
    "natural-language-processing",
    "artificial-intelligence",
    "machine-learning",
    "nodejs",
    "classifier",
    "ai"
  ],
  "author": "Nathan Firmo",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/NathanFirmo/classifier.js/issues"
  },
  "homepage": "https://github.com/NathanFirmo/classifier.js#readme",
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@types/jest": "^29.0.2",
    "husky": "^8.0.0",
    "jest": "^29.0.3",
    "prettier": "^2.8.4",
    "ts-jest": "^29.0.1",
    "ts-loader": "^9.3.1",
    "typescript": "^4.8.2"
  },
  "dependencies": {
    "@types/js-yaml": "^4.0.5",
    "js-yaml": "^4.1.0"
  }
}
