{
  "name": "creo",
  "version": "0.2.8",
  
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "AGENTS.md",
    "CHANGELOG.md",
    "docs"
  ],
  "scripts": {
    "build": "bun run build.ts",
    "build-only": "rm -rf ./dist/*; bun run build.ts",
    "test": "bun test src/",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "prepack": "bun run build"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "happy-dom": "^20.8.4",
    "tsc-alias": "^1.8.16"
  },
  "peerDependencies": {
    "typescript": "^5"
  }
}
