-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 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
{
"name": "hutao",
"version": "1.0.0",
"description": "Genshin Impact discord bot HuTao",
"main": "dist/main.js",
"scripts": {
"start": "node dist/main.js",
"dev": "nodemon --ignore src/data/*.json src/main.ts",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tibowl/HuTao.git"
},
"author": "Tibi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tibowl/HuTao/issues"
},
"homepage": "https://github.com/Tibowl/HuTao#readme",
"dependencies": {
"better-sqlite3": "^9.6.0",
"body-parser": "^1.20.2",
"discord-api-types": "0.37.83",
"discord.js": "^14.15.1",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"log4js": "^6.9.1",
"memoizee": "^0.4.15",
"node-fetch": "^2.6.9",
"twit": "^2.2.11"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.10",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/memoizee": "^0.4.11",
"@types/node": "^20.12.8",
"@types/node-fetch": "^2.6.11",
"@types/twit": "^2.2.35",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^9.2.0",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}