{
  "name": "build-ts",
  "version": "21.0.9",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WillBooster/build-ts.git"
  },
  "license": "Apache-2.0",
  "author": "WillBooster Inc.",
  "type": "module",
  "bin": "bin/index.js",
  "files": [
    "bin/",
    "dist/",
    "babel.*",
    "NOTICE"
  ],
  "scripts": {
    "build": "wb buildIfNeeded --command 'bun run start app'",
    "cleanup": "bun wb lint --fix --format",
    "format": "bun wb lint --format",
    "lint": "bun wb lint",
    "lint-fix": "bun wb lint --fix",
    "prepare": "bun lefthook install || true",
    "start": "tsx src/index.ts",
    "start-prod": "bun run build && node bin/index.js",
    "test": "bun wb test",
    "test/ci": "bun wb test-on-ci",
    "typecheck": "bun wb typecheck",
    "verify": "bun wb verify",
    "verify-full": "bun wb verify --full"
  },
  "dependencies": {
    "@babel/core": "8.0.1",
    "@babel/plugin-proposal-decorators": "8.0.2",
    "@babel/plugin-transform-explicit-resource-management": "8.0.1",
    "@babel/preset-env": "8.0.2",
    "@babel/preset-react": "8.0.1",
    "@babel/preset-typescript": "8.0.1",
    "@willbooster/shared-lib-node": "13.2.2",
    "magic-string": "1.2.0",
    "oxc-parser": "0.144.0",
    "rolldown": "1.2.4",
    "signal-exit": "4.1.0",
    "tsx": "4.23.12",
    "typescript": "7.0.2",
    "yargs": "18.1.0"
  },
  "devDependencies": {
    "@tsconfig/bun": "1.0.10",
    "@tsconfig/node-lts": "24.0.0",
    "@tsconfig/node-ts": "23.6.4",
    "@types/bun": "1.3.14",
    "@types/node": "26.2.0",
    "@types/yargs": "17.0.35",
    "@willbooster/oxfmt-config": "1.2.2",
    "@willbooster/oxlint-config": "1.4.8",
    "@willbooster/wb": "21.7.3",
    "conventional-changelog-conventionalcommits": "10.3.0",
    "lefthook": "2.1.10",
    "oxfmt": "0.63.0",
    "oxlint": "1.78.0",
    "oxlint-tsgolint": "7.0.2001",
    "semantic-release": "25.0.9",
    "sort-package-json": "4.0.0",
    "type-fest": "5.8.0",
    "vitest": "4.1.10"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
