{
  "name": "ecma-webpack-plugin",
  "version": "1.2.0",
  "description": "🧳 Verify your output code is compliant to the version you're targeting",
  "keywords": [
    "webpack",
    "plugin",
    "ecmascript",
    "verify",
    "EcmaPlugin",
    "🧳"
  ],
  "author": "omrilotan",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omrilotan/ecma-webpack-plugin.git"
  },
  "homepage": "https://omrilotan.com/ecma-webpack-plugin/",
  "main": "index.js",
  "scripts": {
    "test": "mocha mocha-config.js **/spec.js",
    "lint": "eslint . --config .eslintrc"
  },
  "dependencies": {
    "acorn": "^8.1.0",
    "chalk": "^4.1.2"
  },
  "devDependencies": {
    "@omrilotan/eslint-config": "^1.3.0",
    "abuser": "^2.0.3",
    "chai": "^4.3.4",
    "eslint": "^8.8.0",
    "mocha": "^9.2.0",
    "sinon": "^13.0.0",
    "sinon-chai": "^3.6.0"
  }
}
