{
  "name": "@0b5vr/experimental",
  "description": "Experimental edition of 0b5vr",
  "author": "0b5vr",
  "version": "0.9.11",
  "repository": {
    "type": "git",
    "url": "https://github.com/0b5vr/experimental-npm.git"
  },
  "main": "dist/0b5vr-experimental.cjs.js",
  "module": "dist/0b5vr-experimental.esm.js",
  "types": "types/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "*": [
        "ts3.4/*"
      ]
    }
  },
  "license": "MIT",
  "files": [
    "/dist/",
    "/ts*/",
    "/types/",
    "/LICENSE"
  ],
  "sideEffects": false,
  "scripts": {
    "version": "yarn clean && yarn build",
    "dev": "cross-env SERVE=1 node bin/build.js",
    "all": "yarn lint && yarn test && yarn clean && yarn build && yarn docs",
    "clean": "rimraf dist/ docs/ ts*/ types/",
    "test": "vitest run",
    "lint": "biome check ./src",
    "lint-fix": "biome check --write ./src",
    "lint-ci": "biome ci ./src",
    "build": "yarn build-js && yarn build-types",
    "build-js": "node bin/build.js",
    "build-types": "yarn build-types-tsc && yarn build-types-downlevel && yarn build-types-bundle",
    "build-types-tsc": "tsc --declaration --declarationDir ./types --emitDeclarationOnly",
    "build-types-downlevel": "downlevel-dts types ts3.4/types",
    "build-types-bundle": "node bin/dts-bundle.js",
    "docs": "typedoc --entryPoints ./src/index.ts --out docs",
    "gh-pages": "node ./utils/gh-pages.js"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.13",
    "@types/node": "^24.10.9",
    "@vitest/coverage-v8": "4.0.18",
    "cross-env": "^7.0.2",
    "downlevel-dts": "^0.5.0",
    "dts-bundle": "^0.7.3",
    "esbuild": "^0.14.21",
    "gh-pages": "^2.1.1",
    "rimraf": "^3.0.0",
    "ts-node": "^8.6.2",
    "tslib": "^2.2.0",
    "typedoc": "^0.28.16",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "volta": {
    "node": "24.13.0",
    "yarn": "1.22.15"
  }
}
