{
  "name": "create-banner",
  "description": "Create a banner from a package.json file.",
  "version": "2.0.0",
  "main": "index.js",
  "module": "index.esm.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.esm.js",
    "index.d.ts"
  ],
  "scripts": {
    "build": "rollup -c",
    "build:dts": "tsc --declaration --emitDeclarationOnly",
    "clean": "del-cli index.js index.esm.js index.d.ts",
    "lint": "eslint . --ext .js,.ts --fix",
    "release": "npm run clean && npm run lint && npm run build && npm run build:dts && npm test",
    "test": "nyc mocha",
    "test:coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fengyuanchen/create-banner.git"
  },
  "keywords": [
    "create",
    "banner",
    "banner-generator",
    "package",
    "package.json"
  ],
  "author": "Chen Fengyuan (https://chenfengyuan.com/)",
  "license": "MIT",
  "bugs": "https://github.com/fengyuanchen/create-banner/issues",
  "homepage": "https://github.com/fengyuanchen/create-banner/#readme",
  "dependencies": {
    "change-case": "^4.1.2",
    "deepmerge": "^4.2.2",
    "dot-prop": "^6.0.1",
    "read-pkg-up": "^7.0.1"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.1.1",
    "@typescript-eslint/eslint-plugin": "^4.15.0",
    "@typescript-eslint/parser": "^4.15.0",
    "codecov": "^3.8.1",
    "del-cli": "^3.0.1",
    "eslint": "^7.19.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-plugin-import": "^2.22.1",
    "mocha": "^8.3.0",
    "nyc": "^15.1.0",
    "rollup": "^2.38.5",
    "typescript": "^4.1.5"
  }
}
