diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 59bf90433858..2c0777b0f0e9 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,9 +1,24 @@ { "name": "@ngtools/webpack", "version": "1.1.0", - "description": "", - "main": "./src/index.js", + "description": "Webpack plugin that AoT compiles your Angular components and modules.", + "main": "src/index.js", + "typings": "src/index.d.ts", "license": "MIT", + "keywords": [ + "angular", + "webpack", + "plugin", + "aot" + ], + "repository": { + "type": "git", + "url": "https://github.com/angular/angular-cli.git" + }, + "bugs": { + "url": "https://github.com/angular/angular-cli/issues" + }, + "homepage": "https://github.com/angular/angular-cli/tree/master/packages/webpack", "dependencies": { "@angular-cli/ast-tools": "^1.0.0" },