-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.32 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.32 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@freeclimb/sdk",
"version": "4.3.0",
"description": "OpenAPI client for @freeclimb/sdk",
"author": "OpenAPI-Generator Contributors",
"keywords": [
"fetch",
"typescript",
"openapi-client",
"openapi-generator"
],
"license": "MIT",
"files": [
"./dist",
"./apis",
"./auth",
"./http",
"./models",
"./types",
"./*.ts",
"./*.md",
"*/*.json"
],
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"dependencies": {
"@types/node": "*",
"@types/node-fetch": "^2.5.7",
"btoa": "^1.2.1",
"crypto": "^1.0.1",
"es6-promise": "^4.2.4",
"fast-xml-parser": "^4.5.0",
"form-data": "^2.5.0",
"json5": "^2.2.3",
"jsonpath-plus": "^10.3.0",
"moment": "^2.29.4",
"node-fetch": "^2.6.0",
"qs": "^6.11.1",
"reflect-metadata": "^0.1.13",
"url-parse": "^1.4.3"
},
"devDependencies": {
"@babel/preset-env": "^7.19.3",
"@stoplight/prism-cli": "5.14.2",
"@types/jest": "^29.0.3",
"@types/qs": "^6.9.7",
"jest": "^29.0.0",
"prettier": "^3.4.2",
"ts-jest": "^29.0.2",
"typescript": "^4.8.3"
},
"resolutions": {
"@stoplight/json": "3.20.0",
"braces": "^3.0.3",
"micromatch": "^4.0.8"
}
}