-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 989 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
40
41
42
{
"name": "tt-rescheduler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"devStart": "nodemon index.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"jest": {
"testEnvironment": "node"
},
"author": "",
"license": "ISC",
"dependencies": {
"apos-to-lex-form": "^1.0.5",
"axios": "^1.5.1",
"bard-ai": "^2.0.3",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"firebase": "^10.4.0",
"natural": "^6.7.2",
"nodemon": "^3.0.1",
"openai": "^4.17.5",
"snoowrap": "^1.23.0",
"spelling-corrector": "^3.0.0",
"stopword": "^2.0.8"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@types/jest": "^29.5.10",
"babel-jest": "^29.7.0",
"jest": "^29.7.0"
}
}