-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1011 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": "yuyu",
"description": "A discord bot made for the Manitos Dou server",
"author": "Leoxyzua",
"version": "1.0.1",
"main": "src/index.ts",
"license": "MIT",
"type": "module",
"scripts": {
"start": "nodemon --ext \"ts,json\" --exec \"node --experimental-specifier-resolution=node --loader ts-node/esm/transpile-only src/index.ts\"",
"test": "nodemon tests/index",
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@dimensional-fun/logger": "^1.0.1",
"@types/ms": "^0.7.31",
"detritus-client": "^0.16.4-beta.6",
"dotenv": "^10.0.0",
"fumo-api": "Leoxyzua/fumo-api#master",
"jimp": "^0.16.1",
"mongoose": "^6.0.13",
"ms": "^2.1.3",
"node-fetch": "^3.1.0",
"redis": "^3.1.2"
},
"devDependencies": {
"@types/redis": "^2.8.32",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
}
}