{
  "name": "@amplication/plugin-linter-eslint",
  "version": "0.0.5",
  "description": "This plugin is created to add eslint functionality to the amplication app",
  "main": "dist/index.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "dev": "webpack --watch",
    "build": "webpack",
    "prebuild": "rimraf dist",
    "test": "jest"
  },
  "author": "Ashish Padhy",
  "license": "Apache-2.0",
  "devDependencies": {
    "@amplication/code-gen-types": "^2.0.17",
    "@amplication/code-gen-utils": "^0.0.7",
    "@babel/parser": "^7.20.7",
    "@babel/types": "^7.20.7",
    "@types/jest": "^29.5.3",
    "@typescript-eslint/eslint-plugin": "^6.2.1",
    "@typescript-eslint/parser": "^6.2.1",
    "copy-webpack-plugin": "^11.0.0",
    "eslint": "^8.46.0",
    "jest-mock-extended": "^3.0.1",
    "lodash": "^4.17.21",
    "prettier": "^2.8.7",
    "rimraf": "^4.4.1",
    "ts-jest": "^29.1.1",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.3",
    "webpack": "^5.76.0",
    "webpack-cli": "^5.0.1",
    "webpack-node-externals": "^3.0.0"
  },
  "jest": {
    "passWithNoTests": true,
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src/tests",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.ts"
    ],
    "testEnvironment": "node"
  }
}
