forked from looperlands/looperlands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 907 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
{
"name": "looperlands",
"version": "0.0.1",
"private": false,
"scripts": {
"test": "jest",
"coverage": "jest --coverage"
},
"dependencies": {
"alchemy-sdk": "^2.8.3",
"axios": "^1.3.4",
"bison": ">0",
"discord.js": "^14.11.0",
"express": ">0",
"flatted": "^3.3.1",
"log": "^6.3.1",
"logs": "^1.5.10",
"memcache": "0.3.0",
"moment": "^2.29.4",
"newrelic": "^10.6.2",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"profane-words": "^1.5.9",
"sanitizer": "0.1.2",
"socket.io": ">0",
"underscore": "^1.13.6"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.24.7",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"jest": "^29.7.0"
}
}