{
  "name": "@kikiutils/tsconfigs",
  "type": "module",
  "version": "7.0.0",
  "description": "Preconfigured TypeScript config files for stricter type checking and multi-environment support.",
  "author": "kiki-kanri",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kikiutils/node-tsconfigs.git"
  },
  "keywords": [
    "bun",
    "config",
    "module-target",
    "strict-mode",
    "ts",
    "tsconfig",
    "tsconfig-base",
    "tsconfig-extends",
    "tsconfig-variants",
    "typescript",
    "typescript-config",
    "typescript-settings"
  ],
  "sideEffects": false,
  "scripts": {
    "bumplog": "changelogen --bump --hideAuthorEmail",
    "generate": "node ./generate.ts",
    "knip:deps": "knip --dependencies",
    "knip:exports": "knip --exports",
    "lint": "eslint --max-warnings 0",
    "lint:fix": "eslint --fix --max-warnings 0",
    "release": "pnpm run lint && pnpm run typecheck && pnpm run generate && changelogen --hideAuthorEmail --push --release && bash ./generate-and-publish.sh",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.1.0",
    "@kikiutils/eslint-config": "^9.2.0",
    "@types/node": "^26.1.0",
    "changelogen": "^0.6.2",
    "eslint": "^10.6.0",
    "knip": "^6.25.0",
    "typescript": "^6.0.3"
  }
}
