-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "flowbadges",
"version": "1.0.0",
"description": "BOT DUS GURI",
"main": "index.js",
"module": "es2020",
"engines": {
"npm": ">=8.0.0",
"node": ">=14.0.0"
},
"scripts": {
"start": "tsc && node build/index.js",
"dev": "nodemon --watch index --ext ts --exec ts-node --delay 3 src/index.ts",
"build": "tsc",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brunoocastro/flowbadges.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brunoocastro/flowbadges/issues"
},
"homepage": "https://github.com/brunoocastro/flowbadges#readme",
"devDependencies": {
"@types/node": "^16.11.10",
"@types/node-cron": "^3.0.0",
"@types/twit": "^2.2.30",
"tslib": "^2.3.1",
"tslint": "^6.1.3"
},
"dependencies": {
"axios": "^0.24.0",
"discord.js": "^13.4.0",
"dotenv": "^10.0.0",
"moment": "^2.29.1",
"mongoose": "^6.0.13",
"node-cron": "^3.0.0",
"nodemon": "^2.0.15",
"ts-node": "^10.4.0",
"twit": "^2.2.11",
"typescript": "^4.5.2"
}
}