-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.57 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
49
50
51
52
53
54
{
"name": "@tokipudi/googlethis",
"version": "0.0.1",
"description": "A simple Sapphire-based bot",
"main": "build/src/index.js",
"scripts": {
"build": "npx ttsc --build --clean && npx ttsc --build --verbose",
"start": "node build/src/index.js"
},
"engines": {
"node": "16.x",
"npm": "8.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tokipudi/ReverseImageSearch.git"
},
"author": "Tokipudi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tokipudi/ReverseImageSearch/issues"
},
"homepage": "https://github.com/Tokipudi/ReverseImageSearch#readme",
"dependencies": {
"@sapphire/decorators": "4.3.8",
"@sapphire/discord-utilities": "latest",
"@sapphire/discord.js-utilities": "latest",
"@sapphire/fetch": "2.4.1",
"@sapphire/framework": "next",
"@sapphire/plugin-logger": "latest",
"@sapphire/utilities": "^3.6.1",
"@types/require-dir": "^1.0.2",
"discord.js": "^13.6.0",
"googlethis": "^1.2.7",
"link-preview-js": "^2.1.13",
"require-dir": "^1.2.0",
"sprintf-js": "1.1.2",
"dotenv": "16.0.1"
},
"devDependencies": {
"@ovos-media/ts-transform-paths": "1.7.18-1",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@favware/rollup-type-bundler": "1.0.9",
"@types/md5": "2.3.2",
"@types/sprintf-js": "1.1.2",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"eslint": "8.20.0",
"tsconfig-paths": "4.0.0",
"ttypescript": "1.5.13",
"typescript": "4.7.4"
}
}