-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 KB
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
{
"name": "@cx-reports/api-client",
"version": "0.1.7",
"description": "Connect to CxReports API from your application.",
"type": "module",
"main": "v1.js",
"files": [
"v1.js",
"v1.d.ts",
"dist",
"src",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "jest",
"example:fetch-reports": "tsx examples/fetch-reports.ts",
"example:build-preview-url": "tsx examples/build-preview-url.ts",
"example:download-pdf": "tsx examples/download-pdf.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cx-reports/api-client-typescript.git"
},
"keywords": [
"cx-reports",
"typescript",
"api-client"
],
"author": "Codaxy",
"license": "MIT",
"bugs": {
"url": "https://github.com/cx-reports/api-client-typescript/issues"
},
"homepage": "https://github.com/cx-reports/api-client-typescript#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
},
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1"
}