mirror of
https://github.com/MrTalon63/lets-go-gambling.git
synced 2026-03-09 09:17:58 +01:00
34 lines
738 B
JSON
34 lines
738 B
JSON
{
|
|
"name": "lets-go-gambling",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon -r dotenv/config src/index.ts",
|
|
"build": "tsc",
|
|
"start": "node build/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "MrTalon63 <marcin@mczop.eu>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"discord.js": "^14.16.3",
|
|
"glob": "^11.0.0",
|
|
"korwinjs": "^1.0.0",
|
|
"pg": "^8.13.1",
|
|
"pino": "^9.5.0",
|
|
"pino-loki": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.15.0",
|
|
"@types/node": "^22.9.0",
|
|
"@types/pg": "^8.11.10",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^9.15.0",
|
|
"nodemon": "^3.1.7",
|
|
"pino-pretty": "^13.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.6.3",
|
|
"typescript-eslint": "^8.15.0"
|
|
}
|
|
}
|