-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 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
43
44
45
46
47
48
{
"name": "quick.replit",
"version": "1.0.3",
"description": "A quick and easy wraper to interact with the replit database!",
"main": "index.js",
"types": "typings/index.d.ts",
"author": "Lebyy",
"license": "AGPL-3.0",
"homepage": "https://quickreplit.js.org",
"files": [
"src/",
"index.js"
],
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"gpr": "node scripts/gpr.js"
},
"keywords": [
"discord",
"discord.js",
"quick.db",
"replit",
"replitdatabase",
"bot",
"node-fetch",
"db",
"quick",
"key",
"value"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Lebyy/quick.replit.git"
},
"bugs": {
"url": "https://github.com/Lebyy/quick.replit/issues"
},
"dependencies": {
"lodash": "^4.17.21",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"eslint": "^7.24.0",
"jsdoc-skyceil": "git+https://github.com/Lebyy/jsdoc-skyceil.git",
"minami": "^1.2.3",
"readme-md-generator": "^1.0.0"
}
}