-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 1014 Bytes
/
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
{
"name": "discord-datamining",
"version": "1.0.0",
"private": true,
"type": "module",
"keywords": [],
"author": "xHyroM",
"license": "MIT",
"scripts": {
"start": "bun src/index.ts"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"@types/css-tree": "^2.3.8",
"@types/diff": "^5.0.3",
"@types/js-beautify": "^1.13.3",
"@types/jsdom": "^21.1.1",
"typescript": "^5.1.3"
},
"dependencies": {
"@discordjs/builders": "^1.6.3",
"@discordjs/rest": "^1.7.1",
"@octokit/rest": "^19.0.11",
"@xhyrom/configs": "^0.1.0",
"@xhyrom/discord-datamining-lang-differ": "github:xhyrom-forks/discord-datamining-lang-differ#export-unexported",
"css-tree": "^2.3.1",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"discord-api-types": "^0.37.43",
"dotenv": "^16.1.4",
"fast-deep-equal": "^3.1.3",
"jsdom": "^22.1.0",
"markdown-table": "^3.0.3",
"prettier": "^3.3.3",
"simple-git": "^3.19.0",
"xml-js": "^1.6.11"
}
}