{
  "name": "{{packageName}}",
  "version": "1.0.0",
  "license": "MIT",
  "scripts": {
    "start": "skr dev",
    "build": "skr build --clean",
    "analyze": "yarn build --analyze --build-target=stable",
    "lint": "skr lint",
    "lint-staged": "skr lint --staged",
    "test": "skr test --target=react"
  }
}
