-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 910 Bytes
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
{
"name": "@3cx/xapi_test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "eslint",
"gen": "openapi-generator-cli generate"
},
"packageManager": "yarn@4.16.0",
"devDependencies": {
"@3cx/eslint-config-airbnb": "^1.0.0",
"@eslint/js": "^10.0.1",
"@jest/globals": "^30.4.1",
"@openapitools/openapi-generator-cli": "^2.35.0",
"@types/async-lock": "^1.4.2",
"@types/confusing-browser-globals": "^1.0.3",
"@types/node": "^22.19.20",
"async-lock": "^1.4.1",
"axios": "^1.17.0",
"eslint": "^10.4.1",
"globals": "^17.6.0",
"jest": "^30.4.2",
"json-colorizer": "^3.0.1",
"ts-jest": "^29.4.11",
"ts-node": "^10.9.2",
"typescript": "6.0.3",
"typescript-eslint": "^8.61.0"
},
"dependencies": {
"dotenv": "^17.4.2",
"generate-password": "^1.7.1"
}
}