{ "name": "ngw", "version": "7.0.0", "description": "Provides an opportunity to overload webpack config for angular-cli applications", "main": "lib/index.js", "typings": "lib/index", "scripts": { "lint": "tslint -c tslint.json 'src/**/*.ts'", "test": "echo test", "coverage": "echo coverage", "build": "tsc", "prepublishOnly": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/Angular-RU/ngw.git" }, "author": "", "bin": { "ngw": "./bin/ngw" }, "license": "MIT", "bugs": { "url": "https://github.com/Angular-RU/ngw/issues" }, "homepage": "https://github.com/Angular-RU/ngw#readme", "peerDependencies": { "@types/node": "*", "@types/webpack": "*" }, "dependencies": { "ts-node": "^7.0.1", "typescript": "^3.0.0" }, "devDependencies": { "@angular-devkit/build-angular": "0.6.7", "@angular-devkit/core": "0.6.7", "@types/node": "^9.4.6", "@types/webpack": "^3.0.0", "tslint": "^5.8.0", "tslint-config-standard": "^7.0.0" } }