{
   "name": "add-dist-header",
   "version": "1.6.7",
   "description": "Prepend a one-line banner comment (with license notice) to distribution files",
   "license": "MIT",
   "type": "module",
   "module": "dist/add-dist-header.js",
   "types": "dist/add-dist-header.d.ts",
   "exports": "./dist/add-dist-header.js",
   "files": [
      "dist"
   ],
   "bin": {
      "add-dist-header": "bin/cli.js",
      "dist-header": "bin/cli.js"
   },
   "repository": {
      "type": "git",
      "url": "git+https://github.com/center-key/add-dist-header.git"
   },
   "homepage": "https://github.com/center-key/add-dist-header",
   "bugs": "https://github.com/center-key/add-dist-header/issues",
   "docs": "https://github.com/center-key/add-dist-header#readme",
   "author": "Center Key (https://centerkey.com)",
   "keywords": [
      "banner",
      "directory",
      "dist",
      "distribution",
      "file",
      "folder",
      "header",
      "prepend"
   ],
   "jshintConfig": {
      "esversion": 11,
      "strict": "implied",
      "eqeqeq": true,
      "undef": true,
      "unused": true,
      "varstmt": true,
      "node": true,
      "mocha": true
   },
   "runScriptsConfig": {
      "clean": [
         "rimraf build dist spec/target"
      ],
      "build": [
         "jshint . --exclude-path .gitignore",
         "eslint --max-warnings 0",
         "tsc"
      ],
      "dist": [
         "copy-file build/add-dist-header.js --folder dist",
         "node bin/cli.js build dist --note=Dogfooding"
      ]
   },
   "scripts": {
      "pretest": "run-scripts clean build dist",
      "test": "mocha spec/*.spec.js",
      "posttest": "html-validator spec"
   },
   "dependencies": {
      "chalk": "~6.0",
      "cli-argv-util": "~1.5",
      "fancy-log": "~2.0",
      "glob": "~13.0",
      "istextorbinary": "~9.5",
      "slash": "~5.1"
   },
   "devDependencies": {
      "@eslint/js": "~10.0",
      "@types/fancy-log": "~2.0",
      "@types/node": "~26.2",
      "assert-deep-strict-equal": "~1.2",
      "copy-file-util": "~1.3",
      "copy-folder-util": "~1.2",
      "eslint": "~10.8",
      "jshint": "~2.13",
      "mocha": "~11.8",
      "rimraf": "~6.1",
      "run-scripts-util": "~1.3",
      "typescript": "~6.0",
      "typescript-eslint": "~8.67",
      "w3c-html-validator": "~2.2"
   }
}
