-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 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
51
52
53
54
{
"name": "sharoho-bot",
"version": "1.0.0",
"description": "Compete with your discord server members in sharoho",
"main": "index.js",
"scripts": {
"dev": "ts-node src/main.ts",
"start": "node build/main.js",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "https://github.com/vcborn/sharoho-bot.git"
},
"author": "wamo",
"license": "MIT",
"bugs": {
"url": "https://github.com/vcborn/sharoho-bot/issues"
},
"homepage": "https://github.com/vcborn/sharoho-bot#readme",
"dependencies": {
"@types/sharp": "^0.31.1",
"cuid": "^3.0.0",
"date-fns": "^2.29.3",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"enmap": "^5.9.5",
"node-cron": "^3.0.2",
"node-gyp": "^9.3.1",
"node-html-to-image": "^3.3.0",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.29.3",
"sequelize-typescript": "^2.1.5",
"sqlite3": "^5.1.5",
"svg-to-img": "^2.0.9",
"vega": "^5.24.0",
"vega-lite": "^5.6.1",
"vega-typings": "^0.24.0"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/node-cron": "^3.0.7",
"@types/validator": "^13.7.14",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}