-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (35 loc) · 1.08 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
{
"name": "cherrybot",
"version": "2.0.0",
"description": "A simple bot for facebook messenger",
"main": "cherry.js",
"scripts": {
"start": "node cherry.js",
"login": "node login.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Henry (Ry #2052)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hoahenry/Cherry.git"
},
"bugs": {
"url": "https://github.com/hoahenry/Cherry/issues"
},
"homepage": "https://github.com/hoahenry/Cherry#readme",
"keywords": [ "Bot", "Ry #2052", "Henry", "Bot Chat Facebook", "Bot Chat Messenger", "AutoReply"],
"dependencies": {
"axios": "^0.24.0",
"fca-cherry": "https://github.com/hoahenry/fca-cherry",
"fs": "",
"fs-extra": "^10.0.0",
"moment-timezone": "",
"path": "",
"prompt-confirm": "^2.0.4",
"simple-youtube-api": "^5.2.1",
"string-similarity": "",
"ytdl-core": "^4.9.2",
"semver": ""
}
}