{
  "name": "@eik/webpack-plugin",
  "version": "3.0.18",
  "description": "WebPack plugin for loading import maps from an Eik server and applying the mapping to ECMAScript modules in preparation for upload to the same server.",
  "type": "module",
  "main": "./src/loader.js",
  "types": "./types/loader.d.ts",
  "files": [
    "src",
    "types"
  ],
  "scripts": {
    "clean": "rimraf .tap node_modules types",
    "test": "tap --disable-coverage --allow-empty-coverage",
    "test:snapshot": "TAP_SNAPSHOT=1 tap --allow-empty-coverage",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "types": "run-s types:module types:test",
    "types:module": "tsc",
    "types:test": "tsc --project tsconfig.test.json"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:eik-lib/webpack-plugin.git"
  },
  "keywords": [
    "webpack-plugin",
    "webpack.js",
    "webpack",
    "import",
    "url",
    "esm"
  ],
  "author": "Finn.no",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eik-lib/webpack-plugin/issues"
  },
  "homepage": "https://github.com/eik-lib/webpack-plugin#readme",
  "devDependencies": {
    "@eik/eslint-config": "1.0.25",
    "@eik/prettier-config": "1.0.2",
    "@eik/semantic-release-config": "1.0.17",
    "@eik/typescript-config": "1.0.1",
    "eslint": "9.39.4",
    "fastify": "5.8.5",
    "memfs": "4.17.1",
    "npm-run-all2": "8.0.4",
    "prettier": "3.7.4",
    "rimraf": "6.0.1",
    "semantic-release": "25.0.3",
    "tap": "21.5.0",
    "typescript": "5.8.3",
    "webpack": "5.99.8",
    "webpack-cli": "6.0.1"
  },
  "dependencies": {
    "@eik/common": "5.1.34"
  },
  "engines": {
    "node": ">=20"
  }
}
