-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 882 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
{
"name": "landpage-api-express-nodemailer",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/EuCarlos/landpage-api-express-nodemailer.git",
"author": "Carlos Alves",
"scripts": {
"dev": "ts-node-dev -r tsconfig-paths/register --respawn --transpile-only --ignore-watch node_modules --no-notify src/server.ts",
"database": "prisma studio --browser none"
},
"dependencies": {
"@prisma/client": "^3.6.0",
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"nodemailer": "^6.7.2",
"prisma-client": "^0.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/nodemailer": "^6.4.4",
"prisma": "^3.6.0",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.4"
}
}