{
  "name": "<%= npmName %>",
  "version": "0.0.0",
  "description": "<%= description %>",
  "main": "lib/index.js",
  "module": "src/index.js",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "eslint": "eslint src",
    "eslint-fix": "npm run eslint -- --fix",
    "prepack": "rollup -c",
    "prettier": "prettier --check src",
    "prettier-write": "prettier --write src",
    "test": "npm run test-only && npm run eslint && npm run prettier",
    "test-only": "vitest run --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/<%= org %>/<%= name %>.git"
  },
  "keywords": [],
  "author": "<%= userName %>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/<%= org %>/<%= name %>/issues"
  },
  "homepage": "https://github.com/<%= org %>/<%= name %>#readme"
}
