-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "mandarin2",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karyeet/Mandarin2.git"
},
"author": "karyeet",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/karyeet/Mandarin2/issues"
},
"homepage": "https://github.com/karyeet/Mandarin2#readme",
"devDependencies": {
"@types/node": "20.8.2",
"@types/string-similarity": "^4.0.2",
"gts": "^5.2.0",
"node-fetch": "^2.7.0",
"typescript": "^5.3.3"
},
"dependencies": {
"bufferutil": "^4.0.8",
"discord.js": "^14.14.1",
"shoukaku": "^4.0.1",
"string-similarity": "^4.0.4",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.9"
}
}