-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "new",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tsc && nyc --reporter=html mocha --timeout 60000 --verbose --recursive -r ts-node/register test/test.spec.ts --exit",
"start": "tsc && node src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.287.0",
"@types/axios": "^0.14.0",
"@types/bcrypt": "^5.0.0",
"@types/morgan": "^1.9.4",
"@types/nodemailer": "^6.4.7",
"axios": "^1.2.3",
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-mongo-sanitize": "^2.2.0",
"fs": "^0.0.1-security",
"mongodb": "^4.13.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.20",
"supertest": "^6.3.3",
"urllib": "^3.13.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.4",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/mocha": "^10.0.1",
"@types/multer": "^1.4.7",
"@types/node": "^18.15.0",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.1",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}