{
  "name": "{{packageName}}",
  "version": "1.0.0",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=14.18.0 || >= 16.10.0"
  },
  "license": "MIT",
  "scripts": {
    "start": "skr dev",
    "build": "skr build --clean",
    "analyze": "npm run build -- --analyze --build-target=stable",
    "lint": "skr lint",
    "lint-staged": "skr lint --staged --fix --auto-stage",
    "test": "skr test --target=react"
  }
}
