{
  "name": "@dup4/starter-ts",
  "type": "module",
  "version": "0.0.3",
  "packageManager": "pnpm@8.14.3",
  "description": "Typescript Starter",
  "author": "Dup4 <lyuzhi.pan@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/Dup4/starter-ts#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dup4/starter-ts.git"
  },
  "bugs": {
    "url": "https://github.com/Dup4/starter-ts/issues"
  },
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "start": "tsx src/index.ts",
    "test": "vitest",
    "lint": "run-p lint:*",
    "lint:build": "tsc --noEmit",
    "lint:eslint": "eslint .",
    "format": "run-p format:*",
    "format:eslint": "eslint --fix .",
    "prepublishOnly": "npm run build",
    "release": "bumpp --commit --push --tag && npm publish"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.6.3",
    "@babel/types": "^7.23.6",
    "@types/node": "^17.0.45",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "bumpp": "^7.2.0",
    "eslint": "^8.56.0",
    "npm-run-all": "^4.1.5",
    "pnpm": "^8.14.3",
    "taze": "^0.10.3",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3",
    "unbuild": "^0.7.6",
    "vite": "^4.5.2",
    "vitest": "^0.32.4"
  }
}
