-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 768 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 768 Bytes
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
{
"name": "randibooru",
"version": "0.1.0",
"description": "",
"main": "src/randibooru.js",
"dependencies": {
"@discordjs/uws": "^10.149.0",
"better-sqlite3": "^5.0.0",
"color-thief-jimp": "^2.0.2",
"discord.js": "^12.0.0",
"discord.js-commando": "discordjs/Commando",
"node-derpi": "^1.0.0",
"sqlite": "^3.0.3"
},
"devDependencies": {},
"scripts": {
"test": "npm run lint",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BytewaveMLP/Randibooru.js.git"
},
"author": "Eliot Partridge",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/BytewaveMLP/Randibooru.js/issues"
},
"homepage": "https://github.com/BytewaveMLP/Randibooru.js#readme"
}