-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.84 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.84 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
{
"name": "SDK",
"version": "1.0.0",
"description": "Some Code SDK",
"main": "index.js",
"author": "Some Code",
"license": "MIT",
"dependencies": {
"7zip-bin": "^5.2.0",
"amqp": "^0.2.7",
"anymatch": "^3.1.3",
"base64-stream": "^1.0.0",
"basic-ftp": "^5.0.5",
"bcrypt": "^5.1.1",
"check-disk-space": "^3.4.0",
"chokidar": "^3.6.0",
"cryptr": "^6.3.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"exceljs": "^4.4.0",
"global": "^4.4.0",
"googleapis": "^135.0.0",
"kafka-node": "^5.0.0",
"kafkajs": "^2.2.4",
"morgan": "^1.10.0",
"mqtt": "^5.5.4",
"mssql": "^10.0.2",
"mysql": "^2.18.1",
"node-7z": "^3.0.0",
"node-fetch": "2.6.8",
"node-imap": "^0.9.6",
"nodemailer": "^6.9.13",
"openai": "^4.39.0",
"pg": "^8.11.5",
"pg-copy-streams": "^6.0.6",
"ping": "^0.4.4",
"redis": "^4.6.13",
"sqlite3": "^5.1.7",
"typeorm": "^0.3.20",
"winston": "^3.13.0",
"xlsx": "^0.18.5",
"xml-js": "^1.6.11",
"xslt-processor": "^2.3.1"
},
"scripts": {
"test": "jest -i --runInBand",
"test-handles": "jest -i --runInBand --detectOpenHandles",
"actions-backup": "node ./utils/actions_backup.js",
"actions-restore": "node ./utils/actions_restore.js",
"connections-backup": "node ./utils/connections_backup.js",
"connections-restore": "node ./utils/connections_restore.js",
"upgrade": "npx npm-check-updates -u",
"prettier": "prettier --write --print-width 150 ."
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"prettier": "^3.2.5"
},
"jest": {
"collectCoverage": true
}
}