-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 848 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
{
"name": "poap-gather-ws-bot-full",
"version": "1.0.0",
"description": "Gather Bot for DM links to users using WS",
"main": "bot.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --fix",
"build-all": "cd lib && yarn install && cd ../frontend && yarn install && yarn build && cd ../backend && yarn install && cd ../"
},
"author": "andrei0x309",
"license": "MIT",
"dependencies": {
"@gathertown/gather-game-client": "^32.0.0",
"dotenv": "^10.0.0",
"isomorphic-ws": "^4.0.1",
"simple-node-logger": "^21.8.12",
"ws": "^8.4.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0"
}
}