Files
flights_web_raw/node_modules/@ngtools/webpack/package.json
T

39 lines
905 B
JSON

{
"name": "@ngtools/webpack",
"version": "12.2.18",
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
"main": "./src/index.js",
"typings": "src/index.d.ts",
"license": "MIT",
"keywords": [
"angular",
"Angular CLI",
"devkit",
"sdk",
"Angular DevKit",
"webpack",
"plugin",
"aot"
],
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"author": "Angular Authors",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^12.0.0",
"typescript": "~4.2.3 || ~4.3.2",
"webpack": "^5.30.0"
},
"engines": {
"node": "^12.14.1 || >=14.0.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
}
}