-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) Β· 964 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
{
"name": "amy",
"version": "3.5.10",
"description": "Your personal assisstant, reimagined",
"author": "Gideon Tong <gideon@gideontong.com>",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/gideontong/Amy.git"
},
"keywords": [
"artificial intelligence",
"bot",
"communication",
"digital assisstant"
],
"license": "MIT",
"bugs": "https://github.com/gideontong/Amy/issues",
"homepage": "https://amyhelps.ml",
"dependencies": {
"canvas": "^2.10.1",
"chess.js": "^0.11.0",
"denque": "^1.5.1",
"discord.js": "^12.5.3",
"log4js": "^6.7.0",
"mongodb": "^3.7.3",
"pm2": "^5.3.1",
"qrcode": "^1.5.1"
},
"devDependencies": {
"jest": "^29.7.0"
}
}