UNPKG

963 BJSONView Raw
1{
2 "name": "@microsoft/npmx",
3 "version": "1.1.2",
4 "description": "Manage building/installing of multiple NPM package folders",
5 "scripts": {
6 "build": "gulp",
7 "clean": "gulp clean",
8 "test": "gulp test"
9 },
10 "bin": {
11 "npmx": "./bin/npmx"
12 },
13 "license": "SEE LICENSE IN LICENSE.docx",
14 "dependencies": {
15 "@microsoft/npmx-lib": "1.1.2",
16 "@microsoft/stream-collator": "~1.0.1",
17 "@microsoft/ts-command-line": "~1.1.0",
18 "builtins": "~1.0.3",
19 "colors": "~1.1.2",
20 "git-repo-info": "~1.1.4",
21 "glob": "~7.0.5",
22 "glob-escape": "~0.0.1",
23 "inquirer": "~1.2.1",
24 "minimatch": "~3.0.2",
25 "mkdirp": "~0.5.1",
26 "read-package-tree": "~5.1.5",
27 "semver": "~5.2.0",
28 "wordwrap": "~1.0.0"
29 },
30 "devDependencies": {
31 "@microsoft/sp-build-node": "~0.1.0",
32 "@types/chai": "^3.4.34",
33 "@types/mocha": "^2.2.32",
34 "chai": "~3.5.0",
35 "gulp": "~3.9.1"
36 }
37}