{
  "name": "copyright-notice",
  "version": "1.0.14",
  "description": "Add copyright notice to destination file",
  "author": "Read Write Tools",
  "license": "MIT",
  "main": "./dist/main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/readwritetools/copyright.git"
  },
  "bin": {
    "copyright": "./bin/copyright"
  },
  "scripts": {
    "bump-version": "npm version patch && git push && git push --tags"
  },
  "dependencies": {
    "joezone": "^1.1.36"
  },
  "keywords": [
    "cli",
    "copyright",
    "readwritetools"
  ],
  "bugs": {
    "url": "https://github.com/readwritetools/copyright/issues"
  },
  "homepage": "https://hub.readwritetools.com/tasks/copyright.blue",
  "files": [
    "bin",
    "dist"
  ]
}
