ngm-cli
Version:
Simple way to manage angular submodules in one repository
87 lines (86 loc) • 2.4 kB
JSON
{
"name": "ngm-cli",
"version": "1.0.4",
"description": "Simple way to manage angular submodules in one repository",
"bin": {
"ngm": "bin/ngm-cli.js"
},
"scripts": {
"build": "tsc -p src/tsconfig.json",
"test": "echo 'all good, move on ;)'",
"e2e-tsm": "node dist/test/e2e.js",
"e2e": "echo 'dont touch it'",
"ebuild-multi": "ngm build -p e2e/ngm-multi",
"ebuild-single": "ngm build -p e2e/ngm-single"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/valor-software/npm-submodules.git"
},
"keywords": [
"npm",
"node",
"typescript",
"angular",
"angular2",
"angularcli"
],
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com> (https://twitter.com/valorkin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/valor-software/npm-submodules/issues"
},
"homepage": "https://github.com/valor-software/npm-submodules#readme",
"peerDependencies": {
"ts-loader": ">=4.3.0",
"node-sass": ">=4.0.0",
"node-sass-tilde-importer": ">=1.0.0",
"webpack": ">=4.0.0",
"typescript": ">=2.7.2"
},
"dependencies": {
"chalk": "2.4.1",
"cpy": "7.0.0",
"del": "3.0.0",
"execa": "0.10.0",
"inquirer": "5.2.0",
"listr": "0.14.1",
"lodash": "4.17.10",
"meow": "5.0.0",
"node-sass": "^4.5.3",
"node-sass-tilde-importer": "1.0.2",
"read-pkg": "3.0.0",
"rollup": "0.58.2",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-node-resolve": "3.3.0",
"semver": "5.5.0",
"split": "1.0.1",
"stream-to-observable": "0.2.0",
"ts-loader": "4.3.0",
"tsconfig": "7.0.0",
"typescript": "~2.7.2",
"update-notifier": "2.5.0",
"webpack": "4.6.0",
"write-pkg": "3.1.0"
},
"devDependencies": {
"@angular/animations": "6.0.1",
"@angular/common": "6.0.1",
"@angular/compiler": "6.0.1",
"@angular/compiler-cli": "6.0.1",
"@angular/core": "6.0.1",
"@angular/forms": "6.0.1",
"@angular/http": "6.0.1",
"@angular/platform-browser": "6.0.1",
"@angular/platform-browser-dynamic": "6.0.1",
"@angular/platform-server": "6.0.1",
"@angular/router": "6.0.1",
"@angular/tsc-wrapped": "4.4.6",
"@types/chokidar": "1.7.5",
"@types/node": "10.0.8",
"@types/webpack": "4.1.6",
"reflect-metadata": "0.1.12",
"rxjs": "6.1.0",
"zone.js": "0.8.26"
}
}