|
| 1 | +{ |
| 2 | + "name": "ngm-cli", |
| 3 | + "version": "1.0.3", |
| 4 | + "description": "Simple way to manage angular submodules in one repository", |
| 5 | + "bin": { |
| 6 | + "ngm": "bin/ngm-cli.js" |
| 7 | + }, |
| 8 | + "scripts": { |
| 9 | + "build": "tsc -p src/tsconfig.json", |
| 10 | + "test": "echo 'all good, move on ;)'", |
| 11 | + "e2e-tsm": "node dist/test/e2e.js", |
| 12 | + "e2e": "echo 'dont touch it'", |
| 13 | + "ebuild-multi": "ngm build -p e2e/ngm-multi", |
| 14 | + "ebuild-single": "ngm build -p e2e/ngm-single" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "git+ssh://[email protected]/valor-software/npm-submodules.git" |
| 19 | + }, |
| 20 | + "keywords": [ |
| 21 | + "npm", |
| 22 | + "node", |
| 23 | + "typescript", |
| 24 | + "angular", |
| 25 | + "angular", |
| 26 | + "angularcli" |
| 27 | + ], |
| 28 | + "author": "Dmitriy Shekhovtsov <[email protected]> (https://twitter.com/valorkin)", |
| 29 | + "license": "MIT", |
| 30 | + "bugs": { |
| 31 | + "url": "https://github.com/valor-software/npm-submodules/issues" |
| 32 | + }, |
| 33 | + "homepage": "https://github.com/valor-software/npm-submodules#readme", |
| 34 | + "peerDependencies": { |
| 35 | + "ts-loader": ">=4.3.0", |
| 36 | + "node-sass": ">=4.0.0", |
| 37 | + "node-sass-tilde-importer": ">=1.0.0", |
| 38 | + "webpack": ">=4.0.0", |
| 39 | + "typescript": ">=2.7.2" |
| 40 | + }, |
| 41 | + "dependencies": { |
| 42 | + "chalk": "2.4.1", |
| 43 | + "cpy": "7.0.0", |
| 44 | + "del": "3.0.0", |
| 45 | + "execa": "0.10.0", |
| 46 | + "inquirer": "5.2.0", |
| 47 | + "listr": "0.14.1", |
| 48 | + "lodash": "4.17.10", |
| 49 | + "meow": "5.0.0", |
| 50 | + "node-sass": "^4.5.3", |
| 51 | + "node-sass-tilde-importer": "1.0.2", |
| 52 | + "read-pkg": "3.0.0", |
| 53 | + "rollup": "0.58.2", |
| 54 | + "rollup-plugin-commonjs": "9.1.3", |
| 55 | + "rollup-plugin-node-resolve": "3.3.0", |
| 56 | + "semver": "5.5.0", |
| 57 | + "split": "1.0.1", |
| 58 | + "stream-to-observable": "0.2.0", |
| 59 | + "ts-loader": "4.3.0", |
| 60 | + "tsconfig": "7.0.0", |
| 61 | + "typescript": "~2.7.2", |
| 62 | + "update-notifier": "2.5.0", |
| 63 | + "webpack": "4.6.0", |
| 64 | + "write-pkg": "3.1.0" |
| 65 | + }, |
| 66 | + "devDependencies": { |
| 67 | + "@angular/animations": "6.0.1", |
| 68 | + "@angular/common": "6.0.1", |
| 69 | + "@angular/compiler": "6.0.1", |
| 70 | + "@angular/compiler-cli": "6.0.1", |
| 71 | + "@angular/core": "6.0.1", |
| 72 | + "@angular/forms": "6.0.1", |
| 73 | + "@angular/http": "6.0.1", |
| 74 | + "@angular/platform-browser": "6.0.1", |
| 75 | + "@angular/platform-browser-dynamic": "6.0.1", |
| 76 | + "@angular/platform-server": "6.0.1", |
| 77 | + "@angular/router": "6.0.1", |
| 78 | + "@angular/tsc-wrapped": "4.4.6", |
| 79 | + "@types/chokidar": "1.7.5", |
| 80 | + "@types/node": "10.0.8", |
| 81 | + "@types/webpack": "4.1.6", |
| 82 | + "reflect-metadata": "0.1.12", |
| 83 | + "rxjs": "6.1.0", |
| 84 | + "zone.js": "0.8.26" |
| 85 | + } |
| 86 | +} |
0 commit comments