UNPKG

944 BJSONView Raw
1{
2 "name": "@ngtools/webpack",
3 "version": "12.1.4",
4 "description": "Webpack plugin that AoT compiles your Angular components and modules.",
5 "main": "./src/index.js",
6 "typings": "src/index.d.ts",
7 "license": "MIT",
8 "keywords": [
9 "angular",
10 "Angular CLI",
11 "devkit",
12 "sdk",
13 "Angular DevKit",
14 "webpack",
15 "plugin",
16 "aot"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/angular/angular-cli.git"
21 },
22 "author": "Angular Authors",
23 "bugs": {
24 "url": "https://github.com/angular/angular-cli/issues"
25 },
26 "homepage": "https://github.com/angular/angular-cli",
27 "dependencies": {
28 "enhanced-resolve": "5.8.2"
29 },
30 "peerDependencies": {
31 "@angular/compiler-cli": "^12.0.0 || ^12.1.0-next",
32 "typescript": "~4.2.3 || ~4.3.2",
33 "webpack": "^5.30.0"
34 },
35 "engines": {
36 "node": "^12.14.1 || >=14.0.0",
37 "npm": "^6.11.0 || ^7.5.6",
38 "yarn": ">= 1.13.0"
39 }
40}