{
  "name": "unctx",
  "version": "3.0.0",
  "description": "Composition-api in Vanilla js",
  "repository": "unjs/unctx",
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./transform": "./dist/transform.mjs",
    "./plugin": "./dist/plugin.mjs"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "obuild",
    "dev": "vitest",
    "lint": "eslint . && prettier -c src test",
    "lint:fix": "eslint --fix . && prettier -w src test",
    "release": "pnpm test && pnpm build && changelogen --release && npm publish --tag latest && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsc --noEmit"
  },
  "peerDependencies": {
    "magic-string": ">=0.30.21",
    "oxc-parser": ">=0.140.0",
    "rolldown": "^1.1.5",
    "unplugin": "^3.3.0"
  },
  "peerDependenciesMeta": {
    "magic-string": {
      "optional": true
    },
    "oxc-parser": {
      "optional": true
    },
    "rolldown": {
      "optional": true
    },
    "unplugin": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "@vitest/coverage-v8": "^4.1.10",
    "changelogen": "^0.6.2",
    "eslint": "^10.7.0",
    "eslint-config-unjs": "^0.6.2",
    "jiti": "^2.7.0",
    "magic-string": "^0.30.21",
    "obuild": "^0.4.38",
    "oxc-parser": "^0.140.0",
    "prettier": "^3.9.5",
    "rolldown": "^1.1.5",
    "typescript": "^6.0.3",
    "unplugin": "^3.3.0",
    "vitest": "^4.1.10"
  },
  "packageManager": "pnpm@11.12.0"
}
