{
  "name": "cleaker",
  "version": "3.2.1",
  "description": "Who am I here.",
  "type": "module",
  "main": "dist/cleaker.cjs",
  "module": "dist/cleaker.es.js",
  "browser": "dist/cleaker.umd.js",
  "unpkg": "dist/cleaker.umd.js",
  "jsdelivr": "dist/cleaker.umd.js",
  "types": "dist-types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist-types/index.d.ts",
      "import": "./dist/cleaker.es.js",
      "require": "./dist/cleaker.cjs"
    }
  },
  "files": [
    "dist",
    "dist-types"
  ],
  "scripts": {
    "build": "npm run typecheck && vite build && npm run build:types",
    "typecheck": "tsc --noEmit",
    "build:types": "node -e \"require('fs').rmSync('dist-types',{recursive:true,force:true})\" && tsc -p tsconfig.types.json",
    "docs:api": "typedoc",
    "docs:api:watch": "typedoc --watch",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "docs:publish": "npm run docs:api && npm run docs:build && mkdir -p typedocs && touch typedocs/.nojekyll",
    "test": "npm run test:axioms && npm run test:bind && npm run test:namespace && npm run test:me-target && npm run test:space && npm run test:fallback",
    "test:bind": "tsx tests/bind.test.ts",
    "test:axioms": "tsx tests/axioms.test.ts",
    "test:namespace": "tsx tests/namespace-expression.test.ts",
    "test:me-target": "tsx tests/me-target.test.ts",
    "test:space": "tsx tests/space.test.ts",
    "test:fallback": "tsx tests/namespace-fallback.test.ts"
  },
  "keywords": [
    "cleaker",
    "namespace",
    "me://",
    "contextual-binding",
    "semantic-mounting",
    "namespace-projection",
    "monad.ai"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/neurons-me/Cleaker.git"
  },
  "bugs": {
    "url": "https://github.com/neurons-me/Cleaker/issues"
  },
  "homepage": "https://www.npmjs.com/package/cleaker",
  "docs": "https://docs.neurons.me/cleaker/index.html",
  "author": "Sui Gn",
  "license": "MIT License",
  "repoType": "NPM Package",
  "category": "utils",
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.13",
    "this.me": "^3.4.5",
    "tsx": "^4.20.6",
    "typedoc": "^0.28.16",
    "typedoc-plugin-markdown": "^4.9.0",
    "typescript": "^5.9.3",
    "vite": "^7.0.6",
    "vitepress": "^1.6.4"
  }
}
