-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "type-proj-06",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cls&&tsc",
"dev": "cls&&nodemon ./dist/bin",
"start": "cls&&node ./dist/bin"
},
"keywords": [],
"author": "Almeida <https://github.com/CelsoAlmeidaLF>",
"license": "ISC",
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "^18.7.13",
"@types/node-telegram-bot-api": "^0.57.5",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@types/express": "^4.17.14",
"@types/nodemailer": "^6.4.6",
"@types/sqlite3": "^3.1.8",
"@types/uuid": "^8.3.4",
"axios": "^1.1.3",
"body-parser": "^1.20.0",
"date-fns": "^2.29.3",
"dotenv": "^8.6.0",
"express": "^4.18.1",
"node-telegram-bot-api": "^0.59.0",
"nodemailer": "^6.8.0",
"save": "^2.9.0",
"sqlite": "^4.1.2",
"sqlite3": "^5.1.2",
"telegraf": "^4.10.0",
"uuid": "^9.0.0"
}
}