{
  "name": "tsxx",
  "type": "module",
  "version": "1.1.0",
  "description": "true node hmr",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/sia-fl",
  "homepage": "https://github.com/sia-fl/tsxx#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sia-fl/tsxx.git"
  },
  "bugs": "https://github.com/sia-fl/tsxx/issues",
  "keywords": [],
  "sideEffects": false,
  "bin": {
    "tsxx": "./dist/cli.cjs"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@types/kill-port": "^2.0.3",
    "@types/signale": "^1.4.7",
    "chokidar": "^3.6.0",
    "kill-port": "^2.0.1",
    "signale": "^1.4.0",
    "tsx": "^4.7.3"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.14.0",
    "@antfu/ni": "^0.21.12",
    "@antfu/utils": "^0.7.7",
    "@types/node": "^20.12.7",
    "eslint": "^9.0.0",
    "lint-staged": "^15.2.2",
    "pnpm": "^9.0.2",
    "rimraf": "^5.0.5",
    "simple-git-hooks": "^2.11.1",
    "typescript": "^5.4.5",
    "vite": "^5.2.9",
    "vitest": "^1.5.0"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "build": "rimraf dist && node build.mjs",
    "lint": "eslint .",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  }
}