forked from Pogy-Bot/pogy.db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
39
40
41
42
{
"name": "pogy.db",
"version": "1.5.5",
"description": "A database wrapper for Pogy the discord bot.",
"main": "./lib/index.js",
"dependencies": {
"chalk": "^4.1.0",
"events": "^3.3.0",
"lodash": "^4.17.21",
"mongoose": "^6.5.3",
"redis": "^4.3.1",
"winston": "^3.8.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pogy-Bot/pogy.db.git"
},
"keywords": [
"database",
"pogy.db",
"pogy-database",
"mongoose"
],
"author": "pogy-bot",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/Pogy-Bot/pogy.db/issues"
},
"homepage": "https://github.com/Pogy-Bot/pogy.db#readme",
"directories": {
"test": "test"
},
"scripts": {
"build": "npx tsc",
"format": "npx prettier --write ."
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"typescript": "^4.7.4"
}
}