{
  "name": "webpack-version-file-plugin",
  "version": "0.5.0",
  "description": "Generates a file with your app's package.json information and builddate",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mvanede/webpack-version-file-plugin.git"
  },
  "keywords": [
    "version",
    "file",
    "build",
    "date"
  ],
  "author": {
    "name": "Mirko van Ede",
    "email": "info@mirkovanede.nl"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mvanede/webpack-version-file-plugin/issues"
  },
  "homepage": "https://github.com/mvanede/webpack-version-file-plugin",
  "dependencies": {
    "ejs": "^3.1.8",
    "fs": "latest",
    "underscore": "^1.13.6"
  },
  "peerDependencies": {
    "webpack": ">=5.0.0"
  },
  "devDependencies": {
    "mocha": "^10.2.0"
  }
}
