{
  "name": "template-ejs-loader",
  "version": "0.9.4",
  "description": "ejs-loader with webpack5 support. Chain it to html-loader and use it with html-webpack-plugin.",
  "keywords": [
    "ejs",
    "loader",
    "html",
    "webpack",
    "webpack5",
    "template",
    "require"
  ],
  "homepage": "https://github.com/dc7290/template-ejs-loader#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/dc7290/template-ejs-loader"
  },
  "license": "MIT",
  "author": "dc7290",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/"
  ],
  "scripts": {
    "prebuild": "rimraf lib",
    "build": "tsc --project tsconfig.build.json",
    "lint": "eslint . --ext .ts --cache",
    "lint:fix": "eslint . --ext .ts --cache --fix",
    "lint-staged": "lint-staged",
    "prepare": "husky install",
    "test:webpack-build": "cross-env NODE_ENV=test webpack --config __tests__/webpack.config.js",
    "test": "yarn build && yarn test:webpack-build && jest",
    "tsc": "tsc"
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "dependencies": {
    "ejs": "^3.1.8"
  },
  "devDependencies": {
    "@babel/core": "7.18.2",
    "@babel/preset-env": "7.18.2",
    "@babel/preset-typescript": "7.17.12",
    "@types/ejs": "3.1.1",
    "@types/jest": "27.5.1",
    "@types/node": "16.11.7",
    "@typescript-eslint/eslint-plugin": "5.27.0",
    "@typescript-eslint/parser": "5.27.0",
    "cross-env": "7.0.3",
    "eslint": "8.16.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "html-loader": "3.1.0",
    "html-webpack-plugin": "5.5.0",
    "husky": "8.0.1",
    "jest": "28.1.0",
    "lint-staged": "12.4.3",
    "prettier": "2.6.2",
    "rimraf": "3.0.2",
    "ts-jest": "28.0.3",
    "typescript": "4.7.2",
    "webpack": "5.72.1",
    "webpack-cli": "4.9.2"
  },
  "peerDependencies": {
    "webpack": "5.*"
  }
}
