generated from plibither8/typescript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1002 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
37
38
39
{
"private": true,
"type": "module",
"scripts": {
"dev": "nodemon",
"build": "tsc",
"start": "node dist/src/main",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --ext .ts src --fix"
},
"devDependencies": {
"@types/node": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"ngrok": "^4.3.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"prisma": "^4.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@prisma/client": "^4.0.0",
"@sendgrid/mail": "^7.6.0",
"body-parser": "^1.19.1",
"dayjs": "^1.10.7",
"dotenv": "^14.2.0",
"email-validator": "^2.0.4",
"form-data": "^4.0.0",
"got": "^12.0.1",
"multiparty": "^4.2.3",
"nanoid": "^3.2.0",
"polka": "^0.5.2",
"telegram-format": "^2.1.0"
}
}