-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 800 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 800 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
{
"name": "c",
"version": "1.0.0",
"main": "./src/infraestructure/database/index.ts",
"scripts": {
"test": "jest",
"start": "ts-node ./src/infraestructure/database/index.ts"
},
"author": "Ivan",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/jest": "^29.5.5",
"@types/mocha": "^10.0.1",
"@types/send": "^0.17.1",
"jest": "^29.7.0",
"mongodb-memory-server": "^8.13.0",
"mongoose": "^7.5.2",
"nodemon": "^3.0.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6"
},
"dependencies": {
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"helmet": "^7.0.0",
"mongodb": "^6.1.0",
"mongoose-pagination": "^1.0.0",
"ts-node": "^10.9.1"
}
}