-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 955 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 955 Bytes
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
{
"name": "diary",
"version": "1.0.0",
"description": "First day of using this diary.\r I should write about what i code, and how i did it, my toughts about that and what can i add for upgrade that code.",
"main": "index.js",
"scripts": {
"test": "ts-node src/server.ts",
"dev": "nodemon src/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sherzodcode/diary.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sherzodcode/diary/issues"
},
"homepage": "https://github.com/sherzodcode/diary#readme",
"dependencies": {
"@prisma/client": "^4.11.0",
"@types/cors": "^2.8.13",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"@types/module-alias": "^2.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"joi": "^17.8.3",
"module-alias": "^2.2.2",
"prisma": "^4.11.0"
}
}