{
  "name": "bannerjs",
  "version": "3.0.2",
  "description": "Get one-line/multi-line comment banner based on package.json.",
  "homepage": "https://jaywcjlove.github.io/bannerjs/",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "bin": {
    "bannerjs": "./bin/cli.js"
  },
  "author": "kenny wang <wowohoo@qq.com>",
  "license": "MIT",
	"type": "module",
	"exports": "./lib/index.js",
	"types": "./lib/index.d.ts",
  "scripts": {
    "start": "node lib/index.js",
    "watch": "tsbb watch",
    "build": "tsbb build",
    "test": "tsbb test",
    "coverage": "tsbb test --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/bannerjs.git"
  },
  "bugs": {
    "url": "https://github.com/jaywcjlove/bannerjs/issues"
  },
  "files": [
    "bin",
    "src",
    "lib"
  ],
	"engines": {
		"node": ">=14.16"
	},
  "keywords": [
    "comment",
    "banner",
    "bannerjs",
    "header",
    "license",
    "generator",
    "package.json"
  ],
  "jest": {
    "coverageReporters": [
      "lcov",
      "json-summary"
    ],
    "moduleNameMapper": {
      "^(\\.{1,2}/.*)\\.js$": "$1"
    }
  },
  "devDependencies": {
    "types-package-json": "^2.0.39",
    "tsbb": "^4.1.5"
  }
}
