-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
37
38
{
"name": "mars-bot",
"version": "3.0.0",
"description": "Chat bot de Mars Society Argentina para Discord",
"main": "index.ts",
"type": "module",
"scripts": {
"start": "node --experimental-specifier-resolution=node --loader ts-node/esm ./index.ts"
},
"author": "The Mars Society Argentina",
"license": "MIT",
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
"@types/color-hash": "^1.0.1",
"@types/node": "^16.9.3",
"@types/nodemailer": "^6.4.4",
"ts-node": "^9.1.1",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
},
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"awesome-qr": "^2.1.2-rc.0",
"bufferutil": "^4.0.3",
"color-hash": "^2.0.1",
"discord-api-types": "^0.22.0",
"discord.js": "^13.0.1",
"dotenv": "^10.0.0",
"json-schema": "^0.3.0",
"json-schema-to-ts": "^1.6.4",
"node-fetch": "^3.0.0",
"nodemailer": "^6.6.3",
"temporary-database": "git://github.com/MarsArgentina/temporary-database.git#17817b81a38bce5b2b03732fabd7cd95ef0ed7fc",
"utf-8-validate": "^5.0.5",
"winston": "^3.3.3",
"winston-discord-transport": "^1.3.0"
}
}