-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 898 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 898 Bytes
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": "karma",
"version": "1.0.0",
"description": "New bot use redis cache and something bla bla,...",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"start": "node src/",
"develop": "nodemon src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VNBot-Developers/karma.git"
},
"keywords": [
"bot",
"redis",
"facbook",
"karma"
],
"author": "Notekunn",
"license": "ISC",
"bugs": {
"url": "https://github.com/VNBot-Developers/karma/issues"
},
"homepage": "https://github.com/VNBot-Developers/karma#readme",
"devDependencies": {
"mocha": "^7.1.2"
},
"dependencies": {
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"facebook-chat-api": "^1.8.0",
"file-type": "^14.6.1",
"md5": "^2.2.1",
"mongoose": "^5.9.13",
"redis": "^3.0.2"
}
}