-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 787 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
{
"name": "typescript_users",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:dev": "nodemon --watch src/ --exec ts-node src/index.ts -e ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.10.4",
"@types/validator": "^13.11.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"dotenv": "^16.3.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.1.1",
"ts-node": "^10.9.2",
"tsc": "^2.0.4",
"typescript": "^5.3.3"
},
"dependencies": {
"fastify": "^4.25.1",
"fastify-plugin": "^4.5.1",
"mongodb": "^6.3.0",
"nodemon": "^3.0.2",
"validator": "^13.11.0"
}
}