{
  "name": "nlptoolkit-classification",
  "version": "1.0.9",
  "description": "Classification Library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "Mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StarlangSoftware/Classification-Js.git"
  },
  "author": "Olcay Taner Yıldız",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/StarlangSoftware/Classification-Js/issues"
  },
  "homepage": "https://github.com/StarlangSoftware/Classification-Js#readme",
  "devDependencies": {
    "@types/mocha": "^9.0.0",
    "@types/node": "^25.2.3",
    "mocha": "^9.1.3",
    "ts-node": "^10.4.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "nlptoolkit-datastructure": "^1.0.9",
    "nlptoolkit-math": "^1.0.7",
    "nlptoolkit-sampling": "^1.0.5",
    "nlptoolkit-util": "^1.0.12"
  }
}
