-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 947 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 947 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
{
"name": "@vnbot/ezbot",
"version": "1.1.5",
"description": "Personal chatbot framework",
"main": "index.js",
"scripts": {
"test": "mocha --recursive test/*",
"test:watch": "npm test -- --watch",
"build:docs": "typedoc",
"watch:docs": "nodemon --exec 'npm run build:docs' --watch lib",
"prepublish": "tsc"
},
"keywords": [
"facebook",
"messenger",
"chatbot",
"personal",
"notekunn",
"ezbot"
],
"author": "Trần Đức Cường <clonebmn2itt@gmail.com>",
"license": "ISC",
"devDependencies": {
"@types/node": "^14.14.28",
"axios": "^0.21.1",
"config": "^3.3.3",
"typedoc": "^0.20.25",
"typescript": "^4.1.5"
},
"dependencies": {
"chai": "^4.3.0",
"chalk": "^4.1.0",
"eventemitter3": "^4.0.7",
"facebook-chat-api": "^1.8.0",
"firebase-admin": "^9.5.0",
"mocha": "^8.3.0",
"moment-timezone": "^0.5.33",
"tsee": "^1.3.2"
}
}