{
  "name": "gas-webpack-plugin",
  "version": "2.6.0",
  "description": "Webpack Plugin for Google Apps Script",
  "main": "index.js",
  "types": "types.d.ts",
  "dependencies": {
    "gas-entry-generator": "2.6.0",
    "minimatch": "^9.0.0",
    "slash": "^3.0.0",
    "webpack-sources": "^3.1.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.1.1",
    "conventional-changelog-cli": "^4.1.0",
    "es3ify-webpack-plugin": "^0.1.0",
    "eslint": "9.2.0",
    "globals": "^15.0.0",
    "memory-fs": "0.5.0",
    "nyc": "15.1.0",
    "tap": "16.3.10",
    "ts-loader": "^9.1.1",
    "typescript": "^5.0.4",
    "webpack": "^5.24.2"
  },
  "scripts": {
    "pretest": "cd test && npm install",
    "lint": "eslint index.js",
    "test": "nyc --reporter=lcov --reporter=text-summary tap test/*.test.js",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fossamagna/gas-webpack-plugin.git"
  },
  "author": "fossamagna <fossamagna2@gmail.com>",
  "license": "MIT"
}
