{
  "name": "@nice-move/tsconfig",
  "version": "0.5.0",
  "description": "A `typescript` config created by personal preferences",
  "license": "MIT",
  "author": {
    "name": "Eric Chen"
  },
  "keywords": [
    "config",
    "frontend",
    "nice-move",
    "tsconfig",
    "typescript"
  ],
  "homepage": "https://github.com/nice-move/nice-move/tree/master/packages/tsconfig",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nice-move/nice-move.git",
    "directory": "packages/tsconfig"
  },
  "bugs": {
    "url": "https://github.com/nice-move/nice-move/issues"
  },
  "type": "module",
  "dependencies": {
    "@types/node": "^24.12.0",
    "@types/whatwg-url": "^13.0.0"
  },
  "peerDependencies": {
    "typescript": "~6.0.2"
  },
  "engines": {
    "node": ">=24.0.0 || ^22.18.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}