{
  "name": "project-name",
  "version": "0.0.0",
  "description": "A TypeScript project.",
  "homepage": "https://github.com/author-name/project-name",
  "bugs": {
    "url": "https://github.com/author-name/project-name/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/author-name/project-name.git"
  },
  "license": "MIT",
  "author": "author-name",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "bun run ./scripts/build.ts",
    "lint": "bun run ./scripts/lint.ts",
    "publish": "complete-cli publish",
    "start": "bun run ./src/main.ts",
    "update": "complete-cli update"
  },
  "devDependencies": {
    "complete-cli": "0.0.1",
    "complete-lint": "0.0.1",
    "complete-node": "0.0.1",
    "typescript": "0.0.1"
  }
}
