{
  "name": "@hviana/sema",
  "version": "0.8.1",
  "description": "Sema: a non-parametric, instance-based reasoning system.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hviana/sema.git"
  },
  "type": "module",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/src/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "demo": "tsc && node dist/example/demo.js",
    "test": "tsc && node --test test/**/*.test.mjs",
    "prepublishOnly": "npm test"
  },
  "license": "PolyForm-Noncommercial-1.0.0",
  "devDependencies": {
    "@types/node": "^25.9.3",
    "typescript": "^5.5.0",
    "hyparquet": "^1.26.2",
    "hyparquet-compressors": "^1.1.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
