{
  "name": "@executor-js/codemode-core",
  "version": "1.6.10",
  "homepage": "https://github.com/UsefulSoftwareCo/executor/tree/main/packages/kernel/core",
  "bugs": {
    "url": "https://github.com/UsefulSoftwareCo/executor/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UsefulSoftwareCo/executor.git",
    "directory": "packages/kernel/core"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup && (tsc --declaration --emitDeclarationOnly --outDir dist --rootDir src || true)",
    "typecheck": "tsgo --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck:slow": "bunx tsc --noEmit -p tsconfig.json"
  },
  "dependencies": {
    "@babel/parser": "^7.29.2",
    "@standard-schema/spec": "^1.0.0",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "sucrase": "^3.35.1"
  },
  "devDependencies": {
    "@effect/vitest": "4.0.0-beta.59",
    "@types/node": "^24.3.1",
    "bun-types": "^1.2.22",
    "effect": "4.0.0-beta.59",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.5"
  },
  "peerDependencies": {
    "effect": "4.0.0-beta.59"
  }
}
