-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.75 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.75 KB
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
55
56
57
58
{
"name": "specteratags",
"version": "1.0.0",
"main": "dist/index.js",
"author": "undied",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/collection": "^0.7.0",
"@redis/json": "^1.0.3",
"@sapphire/decorators": "^4.3.4",
"@sapphire/discord-utilities": "^2.11.1",
"@sapphire/discord.js-utilities": "^4.11.1",
"@sapphire/fetch": "^2.4.0",
"@sapphire/framework": "next",
"@sapphire/plugin-editable-commands": "^1.2.0",
"@sapphire/plugin-hmr": "^1.2.0",
"@sapphire/plugin-logger": "^2.2.1",
"@sapphire/plugin-subcommands": "pr-271",
"@sapphire/time-utilities": "^1.7.4",
"@sapphire/type": "^2.2.4",
"@sapphire/utilities": "^3.6.2",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"discord.js": "^13.8.0",
"dotenv-cra": "^3.0.2",
"firebase-admin": "^10.2.0",
"fuse.js": "^6.6.2",
"redis": "^4.1.0",
"reflect-metadata": "^0.1.13",
"tagscript": "^1.2.1",
"tagscript-plugin-discord": "next"
},
"devDependencies": {
"@sapphire/eslint-config": "^4.3.6",
"@sapphire/prettier-config": "1.4.3",
"@sapphire/ts-config": "3.3.4",
"@types/node": "16.11.39",
"@types/ws": "8.5.3",
"esbuild": "0.14.43",
"eslint": "^8.17.0",
"npm-run-all": "4.1.5",
"prettier": "2.6.2",
"tsc-watch": "5.0.3",
"typescript": "4.7.3"
},
"scripts": {
"build": "node ./scripts/build.mjs",
"watch": "node ./scripts/watch.mjs",
"start": "yarn build && node --enable-source-maps dist/index.js",
"clean": "node ./scripts/clean.mjs",
"dev": "run-p watch pre",
"pre": "node --enable-source-maps dist/index.js",
"watch:start": "tsc-watch --onSuccess \"node ./dist/index.js\"",
"format": "prettier --write \"src/**/*.ts\""
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.2.1"
}