forked from microsoft/PowerBI-Cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 896 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "powerbi-cli",
"version": "1.0.2",
"main": "./index.js",
"typings": "./index.d.ts",
"scripts": {
"precontrib": "npm install -g typings typescript && npm install",
"contrib": "typings install && tsc"
},
"author": "PowerBI <[email protected]> (https://dev.powerbi.com)",
"license": "MIT",
"preferGlobal": true,
"bin": {
"powerbi": "./bin/cli"
},
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0",
"lodash": "^4.11.1",
"ms-rest": "^1.12.0",
"powerbi-api": "^1.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/PowerBI-Cli.git"
},
"keywords": [
"microsoft",
"power",
"bi",
"cli"
],
"bugs": {
"url": "https://github.com/Microsoft/PowerBI-Cli/issues"
},
"homepage": "https://github.com/Microsoft/PowerBI-Cli#readme"
}