-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.4 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@wizsolucoes/wiz-powerbi",
"version": "1.0.5",
"description": "Wiz powerBi é um componente para embedar os relatórios do powerBi",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/wiz-powerbi/wiz-powerbi.js",
"bugs": "https://github.com/wizsolucoes/wiz-powerbi/issues",
"repository": {
"type": "git",
"url": "https://github.com/wizsolucoes/wiz-powerbi"
},
"author": {
"name": "Raul Melo ",
"email": "[email protected]"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"devDependencies": {
"@stencil/core": "^1.12.2",
"@types/jest": "24.9.1",
"@types/puppeteer": "2.0.1",
"jest": "24.9.0",
"jest-cli": "24.9.0",
"puppeteer": "2.1.1"
},
"license": "MIT",
"dependencies": {
"powerbi-client": "^2.11.0"
},
"keywords": [
"stencil",
"Stenciljs",
"web components",
"powerbi",
"powerbi-client"
]
}