-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "310-chat-bot",
"version": "1.0.0",
"description": "Our respository for the COSC 310 Assignments/Project for group 21.",
"main": "server.js",
"type": "module",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/COSC310-Group21/310-chat-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/COSC310-Group21/310-chat-bot/issues"
},
"homepage": "https://github.com/COSC310-Group21/310-chat-bot#readme",
"devDependencies": {
"jest": "^26.6.3",
"name": "package",
"type": "module",
"version": "1.0.0"
},
"dependencies": {
"@nlpjs/basic": "^4.22.0",
"@nlpjs/similarity": "^4.21.1",
"@nlpjs/utils": "^4.21.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jquery": "^3.6.0",
"node-nlp": "^4.22.1",
"nodemon": "^2.0.7",
"spell-checker-js": "^1.2.6",
"wink-ner": "^2.1.0"
},
"devDependencies": {
"jest": "^26.6.3"
}
}