-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 892 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
{
"dependencies": {
"axios": "^0.21.1",
"canvacord": "^5.2.3",
"crypto": "^1.0.1",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fetch": "^1.1.0",
"fs": "*",
"images-scraper": "^6.3.0",
"mongoose": "^5.13.5",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.12",
"request": "^2.88.2",
"typescript": "^4.3.5"
},
"name": "geekbotjs",
"description": "",
"version": "1.0.0",
"main": "app.js",
"devDependencies": {},
"scripts": {
"start": "LD_PRELOAD='/opt/app-root/src/node_modules/sharp/vendor/lib/libz.so' node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subinsk/geekbotjs.git"
},
"author": "subinsk",
"license": "ISC",
"bugs": {
"url": "https://github.com/subinsk/geekbotjs/issues"
},
"homepage": "https://github.com/subinsk/geekbotjs#readme"
}