-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "sern-community",
"version": "3.0.0",
"description": "",
"main": "dist/src/index.js",
"type": "module",
"author": {
"name": "EvolutionX-10",
"url": "https://github.com/EvolutionX-10"
},
"imports": {
"#plugins": "./dist/src/plugins/index.js",
"#utils": "./dist/src/utils/index.js",
"#constants": "./dist/src/constants.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsup && node .",
"dev": "tsup && node --preserve-symlinks .",
"watch": "tsup --watch --onSuccess \"node .\"",
"compile": "tsup"
},
"keywords": [
"typescript",
"sern",
"discord.js"
],
"license": "MIT",
"dependencies": {
"@octokit/rest": "19.0.7",
"@sern/handler": "^4.0.0",
"better-sqlite3": "^11.1.2",
"date-fns": "^3.6.0",
"discord.js": "^14.14.1",
"dotenv": "16.0.3",
"jsdoc-parse-plus": "1.3.0",
"string-similarity": "4.0.4",
"tesseract.js": "^5.0.4",
"trie-search": "1.4.1",
"winston": "3.8.2"
},
"devDependencies": {
"@types/node": "18.16.3",
"@types/string-similarity": "4.0.0",
"tsup": "6.7.0",
"typescript": "5.0.4"
},
"packageManager": "[email protected]"
}