-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 902 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
{
"name": "chessbot-reborn",
"version": "1.0.0",
"description": "",
"main": "src/main.ta",
"scripts": {
"dev": "./scripts/run.bash",
"build": "tsc -outDir dist",
"lint": "eslint src/**/*.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@grammyjs/auto-retry": "^1.1.1",
"chess": "^0.6.1",
"dotenv": "^16.3.1",
"fastify": "^4.20.0",
"grammy": "^1.17.2",
"knex": "^2.5.1",
"pg": "^8.11.3",
"sqlite3": "^5.1.6",
"xxhash-addon": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.4.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"esbuild-runner": "^2.2.2",
"eslint": "^8.45.0",
"eslint-config-standard-with-typescript": "^36.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}