-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1002 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
39
40
41
{
"name": "renn",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --exec ts-node src/index.ts",
"build": "tsc"
},
"author": "rezaageng",
"license": "ISC",
"dependencies": {
"@genshin-kit/core": "^2.6.2",
"axios": "^0.26.1",
"canvas": "^2.9.1",
"chalk": "^4.1.2",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"genshin-db": "^4.1.1",
"glob": "^7.2.0"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"nodemon": "^2.0.15",
"prettier": "2.6.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"optionalDependencies": {
"node": "^17.7.2",
"tslib": "^2.3.1"
}
}