{
  "name": "nrn-ml",
  "version": "0.2.4",
  "description": "Core ML library for the NRN ecosystem",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "author": "ArenaX Labs",
  "license": "ISC",
  "keywords": [
    "neural-network",
    "machine-learning",
    "imitation-learning",
    "reinforcement-learning"
  ],
  "devDependencies": {
    "tsup": "^8.3.6",
    "typescript": "^5.7.3",
    "vitest": "^3.0.5"
  }
}