-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 926 Bytes
/
package.json
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
{
"name": "the_management",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"country-code-lookup": "^0.1.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"dragula": "^3.7.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"google-auth-library": "^9.4.1",
"googleapis": "^129.0.0",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"node-forge": ">=1.3.1",
"node-storage": "^0.0.9",
"openai": "^4.20.1",
"pug": "^3.0.2",
"request": "^2.88.2",
"ttapi": "^4.0.3"
},
"devDependencies": {
"eslint": "^8.55.0",
"jest": "^29.7.0",
"node-forge": ">=1.3.1",
"prettier": "^3.1.1"
},
"scripts": {
"lint": "eslint . --ext .js --ignore-pattern node_modules/",
"tidy": "prettier . --check",
"tidy:fix": "prettier . --fix",
"test": "jest --config ./jest.config.json"
}
}