-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.74 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "nodejs-starter-template",
"version": "1.0.0",
"description": "You can use this template when you're starting a new project. It contains general concepts, you can customize it according to your needs.",
"main": "app.js",
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"add": "^2.0.6",
"aws-sdk": "^2.855.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"geoip-lite": "^1.4.2",
"helmet": "^4.4.1",
"i": "^0.3.6",
"joi": "^17.4.0",
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.11.18",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.5.0",
"npm": "^7.6.0",
"randomstring": "^1.1.5",
"rate-limiter-flexible": "^2.2.1",
"swagger-jsdoc": "^6.0.8",
"swagger-ui-express": "^4.1.6",
"url": "^0.11.0"
},
"devDependencies": {
"jest": "^26.6.3",
"supertest": "^6.1.3",
"xxxxx": "^1.0.3"
},
"scripts": {
"start": "nodemon src/app.js",
"test": "jest",
"test:watch": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --watch --testEnvironment=node --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahricanyesil/nodejs-starter-template.git"
},
"keywords": [
"node.js",
"boilerplate",
"starter",
"template"
],
"author": "Bahrican Yesil",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahricanyesil/nodejs-starter-template/issues"
},
"homepage": "https://github.com/bahricanyesil/nodejs-starter-template#readme",
"type": "module"
}