-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.7 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
56
57
58
59
{
"name": "@qlik/api",
"description": "Exposes functions for interacting with Qlik apis",
"repository": {
"type": "git",
"url": "git+https://github.com/qlik-oss/qlik-api-ts.git"
},
"license": "ISC",
"type": "module",
"browser": {
"fs": false
},
"dependencies": {
"enigma.js": "^2.14.0",
"lodash": "^4.17.21",
"nanoid": "^5.0.8",
"ws": "^8.18.0"
},
"packageManager": "pnpm@9.13.2",
"engines": {
"node": ">=18"
},
"exports": {
".": "./index.js",
"./api-keys": "./api-keys.js",
"./apps": "./apps.js",
"./audits": "./audits.js",
"./automations": "./automations.js",
"./brands": "./brands.js",
"./collections": "./collections.js",
"./csp-origins": "./csp-origins.js",
"./data-assets": "./data-assets.js",
"./data-connections": "./data-connections.js",
"./data-credentials": "./data-credentials.js",
"./data-files": "./data-files.js",
"./extensions": "./extensions.js",
"./glossaries": "./glossaries.js",
"./groups": "./groups.js",
"./identity-providers": "./identity-providers.js",
"./items": "./items.js",
"./licenses": "./licenses.js",
"./quotas": "./quotas.js",
"./reload-tasks": "./reload-tasks.js",
"./reloads": "./reloads.js",
"./reports": "./reports.js",
"./roles": "./roles.js",
"./spaces": "./spaces.js",
"./temp-contents": "./temp-contents.js",
"./tenants": "./tenants.js",
"./themes": "./themes.js",
"./transports": "./transports.js",
"./users": "./users.js",
"./web-integrations": "./web-integrations.js",
"./web-notifications": "./web-notifications.js",
"./webhooks": "./webhooks.js",
"./qix": "./qix.js",
"./auth": "./auth.js"
}
}