{
  "name": "@codedrobe/core",
  "version": "0.6.1",
  "description": "Cross-platform CodeDrobe runtime, CLI, app adapters, and .codedrobe-theme tooling.",
  "type": "module",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CodeDrobe/core.git"
  },
  "homepage": "https://github.com/CodeDrobe/core#readme",
  "bugs": {
    "url": "https://github.com/CodeDrobe/core/issues"
  },
  "bin": {
    "codedrobe": "bin/codedrobe.mjs"
  },
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./src/index.mjs"
    },
    "./adapters": {
      "types": "./types/adapters.d.ts",
      "default": "./src/adapters/index.mjs"
    },
    "./theme": {
      "types": "./types/theme.d.ts",
      "default": "./src/theme/index.mjs"
    }
  },
  "types": "./types/index.d.ts",
  "files": [
    "LICENSE",
    "NOTICE",
    "README.md",
    "README_zh.md",
    "bin",
    "schemas",
    "src",
    "types"
  ],
  "scripts": {
    "test": "node --test && npm run typecheck",
    "typecheck": "tsc -p tests/types/tsconfig.json",
    "pack:check": "npm pack --dry-run"
  },
  "devDependencies": {
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=22.4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
