-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.67 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.67 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@freeclimb/sdk",
"version": "4.4.1",
"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": "^5.7.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.14.2",
"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.4.0",
"typescript": "^4.8.3"
},
"resolutions": {
"@stoplight/json": "3.20.0",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"minimatch": "^3.1.3",
"lodash": "^4.18.0",
"fast-xml-parser": "^5.7.0",
"fast-xml-builder": "^1.1.7",
"picomatch": "^4.0.4",
"fast-uri": "^3.1.2",
"ajv": "^8.18.0",
"yaml": "^1.10.3",
"js-yaml": "^3.14.2",
"handlebars": "^4.7.9",
"brace-expansion": "^1.1.13",
"@babel/plugin-transform-modules-systemjs": "^7.29.4"
}
}