{
  "name": "transpile-webpack-plugin",
  "version": "1.1.3",
  "license": "MIT",
  "description": "Transpiles input files into output files individually without bundling together",
  "keywords": [
    "webpack",
    "plugin",
    "transpile",
    "transpile-webpack-plugin"
  ],
  "author": "Chungen Li <licg9999@gmail.com> (https://github.com/licg9999)",
  "bugs": "https://github.com/licg9999/transpile-webpack-plugin/issues",
  "homepage": "https://github.com/licg9999/transpile-webpack-plugin",
  "repository": "https://github.com/licg9999/transpile-webpack-plugin.git",
  "engines": {
    "node": ">=16"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "modules.d.ts",
    "src"
  ],
  "scripts": {
    "build": "tsc --project additional-configs/tsconfig.build.json",
    "watch": "npm run build -- --watch",
    "unittest": "cross-env JEST_TEST_PATH=src jest",
    "e2e": "cross-env JEST_TEST_PATH=e2e jest --maxWorkers 1",
    "lint-all": "run-p lint:*",
    "lint:tsc": "tsc",
    "lint:prettier": "node scripts/cross-dotenv-shell prettier --check FILE_GLOB",
    "lint:eslint": "node scripts/cross-dotenv-shell eslint FILE_GLOB",
    "fix-all": "run-s fix:*",
    "fix:prettier": "node scripts/cross-dotenv-shell prettier --write FILE_GLOB",
    "fix:eslint": "node scripts/cross-dotenv-shell eslint --fix FILE_GLOB",
    "git-clean": "git clean -d -f -x -e node_modules -e package-lock.json"
  },
  "peerDependencies": {
    "webpack": "^5.61.0"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "resolve": "^1.22.1",
    "schema-utils": "^4.0.0"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.1.0",
    "@trivago/prettier-plugin-sort-imports": "^3.4.0",
    "@types/cross-spawn": "^6.0.2",
    "@types/glob": "^8.0.0",
    "@types/jest": "^28.1.8",
    "@types/lodash": "^4.14.186",
    "@types/node": "^18.11.9",
    "@types/resolve": "^1.20.2",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.46.1",
    "@typescript-eslint/parser": "^5.46.1",
    "colorette": "^2.0.19",
    "commander": "^9.4.1",
    "cross-env": "^7.0.3",
    "cross-spawn": "^7.0.3",
    "dotenv": "^16.0.3",
    "eslint": "^8.30.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^27.1.7",
    "glob": "^8.0.3",
    "jest": "^28.1.3",
    "jest-extended": "^3.1.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "tree-kill": "^1.2.2",
    "ts-jest": "^28.0.8",
    "typescript": "^4.8.4",
    "uuid": "^8.3.2",
    "wait-for-expect": "^3.0.2"
  }
}
