-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.24 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
{
"name": "bot-pozo",
"version": "0.4.0",
"description": "Un simple bot de Discord para mostrar en forma de ticker el saldo de una wallet LNBits o LaWallet",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && swc ./src -d dist && mkdir -p dist/slashCommands",
"start": "node dist/index.js",
"start:docker": "pnpm build && node --inspect=0.0.0.0 dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nostr-dev-kit/ndk": "^2.10.0",
"axios": "^1.5.0",
"debug": "^4.3.6",
"discord.js": "^14.13.0",
"node-cron": "^3.0.2",
"pg": "^8.11.3",
"websocket-polyfill": "0.0.3"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.86",
"@tsconfig/node18": "^18.2.2",
"@types/debug": "^4.1.12",
"@types/node": "^20.6.3",
"@types/node-cron": "^3.0.8",
"@types/pg": "^8.10.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"prettier": "^3.3.3",
"tswc": "^1.2.0",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}