{
   "name": "rev-web-assets",
   "version": "1.5.9",
   "description": "Revision web asset filenames with cache busting content hash fingerprints",
   "license": "MIT",
   "type": "module",
   "module": "dist/rev-web-assets.js",
   "types": "dist/rev-web-assets.d.ts",
   "exports": "./dist/rev-web-assets.js",
   "files": [
      "dist"
   ],
   "bin": {
      "rev-web-assets": "bin/cli.js"
   },
   "repository": {
      "type": "git",
      "url": "git+https://github.com/center-key/rev-web-assets.git"
   },
   "homepage": "https://github.com/center-key/rev-web-assets",
   "bugs": "https://github.com/center-key/rev-web-assets/issues",
   "docs": "https://github.com/center-key/rev-web-assets#readme",
   "author": "Center Key (https://centerkey.com)",
   "keywords": [
      "revision"
   ],
   "jshintConfig": {
      "esversion": 11,
      "strict": "implied",
      "eqeqeq": true,
      "undef": true,
      "unused": true,
      "varstmt": true,
      "browser": true,
      "node": true,
      "mocha": true
   },
   "runScriptsConfig": {
      "clean": [
         "rimraf build dist spec/target"
      ],
      "lint": [
         "jshint . --exclude-path .gitignore",
         "eslint --max-warnings 0"
      ],
      "build": [
         "tsc",
         "add-dist-header build dist"
      ]
   },
   "scripts": {
      "pretest": "run-scripts clean lint build",
      "test": "mocha spec/*.spec.js",
      "posttest": "html-validator spec/fixtures"
   },
   "dependencies": {
      "chalk": "~5.6",
      "cli-argv-util": "~1.5",
      "fancy-log": "~2.0",
      "slash": "~5.1"
   },
   "devDependencies": {
      "@eslint/js": "~10.0",
      "@types/fancy-log": "~2.0",
      "@types/node": "~25.9",
      "add-dist-header": "~1.6",
      "assert-deep-strict-equal": "~1.2",
      "copy-file-util": "~1.3",
      "eslint": "~10.4",
      "jshint": "~2.13",
      "mocha": "~11.7",
      "rimraf": "~6.1",
      "run-scripts-util": "~1.3",
      "typescript": "~6.0",
      "typescript-eslint": "~8.60",
      "w3c-html-validator": "~2.2"
   }
}
