{
  "name": "{{projectName}}",
  "version": "1.0.0",
  "description": "Koatty plugin component",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc",
    "dev": "tsc --watch",
    "test": "jest --passWithNoTests",
    "lint": "eslint 'src/**/*.ts' --fix",
    "prepublishOnly": "npm run build"
  },
  "engines": { "node": ">=18.0.0" },
  "license": "BSD-3-Clause",
  "peerDependencies": {
    "koatty": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "jest": "^29.0.0",
    "rimraf": "^6.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.7.0"
  }
}
