{
  "name": "build-a-npm",
  "version": "0.5.15",
  "author": {
    "name": "Harman Singh Hira",
    "url": "https://me.hsinghhira.me"
  },
  "description": "A tool to create and publish Node packages with automatic version bumping and GitHub integration.",
  "main": "index.js",
  "bin": {
    "build-a-npm": "./index.js"
  },
  "homepage": "https://git.hsinghhira.me/build-a-npm/",
  "license": "MIT",
  "scripts": {},
  "dependencies": {
    "@inquirer/prompts": "*",
    "@octokit/rest": "*",
    "ajv": "*",
    "chalk": "^4.1.2",
    "inquirer": "*",
    "kleur": "^4.1.5",
    "marked": "*",
    "node-fetch": "*",
    "simple-git": "*"
  },
  "devDependencies": {
    "marked": "latest",
    "prettier": "*",
    "build-a-npm": "*"
  },
  "bugs": {
    "url": "https://github.com/hsinghhira/build-a-npm/issues"
  },
  "keywords": [
    "npm",
    "package",
    "scaffold",
    "cli",
    "generator",
    "publish",
    "github-packages",
    "npmjs"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "files": [
    "index.js",
    "publish.js",
    "lib",
    "config.template.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hsinghhira/build-a-npm.git"
  },
  "type": "commonjs"
}