{
  "name": "webpack-ng-dll-plugin",
  "version": "2.3.1",
  "description": "ng远程加载插件库",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "keywords": [
    "angular",
    "webpack",
    "remote-load",
    "ng-dll",
    "angular12",
    "webpack5"
  ],
  "scripts": {
    "pretest": "yarn build:template:dev",
    "test": "ts-node -P ./tsconfig.spec.json ./node_modules/jasmine/bin/jasmine --config=jasmine.json",
    "coverage": "nyc npm run test",
    "build": "rimraf ./dist&& tsc -P ./tsconfig.main.json",
    "build:template:dev": "tsc --build tsconfig.template-dev.json",
    "postbuild": "tsc --build tsconfig.template.json",
    "deploy": "typedoc --out docs src/index.ts",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wszgrcy/webpack-ng-dll-plugin.git"
  },
  "author": "wszgrcy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wszgrcy/webpack-ng-dll-plugin/issues"
  },
  "homepage": "https://github.com/wszgrcy/webpack-ng-dll-plugin#readme",
  "peerDependencies": {
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "cyia-code-util": "^1.3.9",
    "fs-extra": "^10.0.0",
    "webpack-sources": "3.2.3"
  },
  "devDependencies": {
    "@angular-devkit/architect": "^0.1401.3",
    "@angular-devkit/build-angular": "^14.1.3",
    "@angular-devkit/core": "^14.1.3",
    "@angular/common": "^14.1.3",
    "@angular/compiler": "^14.1.3",
    "@angular/compiler-cli": "^14.1.3",
    "@angular/core": "^14.1.3",
    "@angular/platform-browser": "^14.1.3",
    "@angular/platform-browser-dynamic": "^14.1.3",
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@types/fs-extra": "^9.0.11",
    "@types/jasmine": "^4.3.0",
    "@types/loader-runner": "^2.2.3",
    "cpx": "^1.5.0",
    "cyia-ngx-devkit": "^0.0.3",
    "husky": "^6.0.0",
    "jasmine": "^4.3.0",
    "loader-runner": "^4.2.0",
    "nyc": "^15.1.0",
    "prettier": "^2.3.0",
    "pretty-quick": "^3.1.0",
    "rimraf": "^3.0.2",
    "rxjs": "^6.6.7",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.10",
    "typescript": "~4.7.4",
    "webpack": "5.73.0",
    "zone.js": "^0.11.4"
  },
  "resolutions": {
    "@angular-devkit/build-angular/browserslist": "4.21.3"
  }
}
