forked from kalviumcommunity/compilerd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1 KB
/
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
40
41
42
43
44
45
46
{
"name": "compilerd",
"version": "0.4.2",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@builder.io/sqlgenerate": "^1.2.9",
"@supercharge/promise-pool": "^2.3.2",
"axios": "^0.27.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"helmet": "^6.0.1",
"husky": "^8.0.1",
"joi": "^17.7.0",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
"openai": "~4.24.1",
"pidusage": "^3.0.2",
"puppeteer": "22.7.0",
"sqlite-parser": "^1.0.1",
"sqlite3": "^5.1.7",
"uuid": "^9.0.0",
"winston": "^3.11.0"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"jest": "^29.7.0",
"lint-staged": "^13.0.3"
},
"lint-staged": {
"**/*.{js}": [
"eslint"
]
}
}