-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.16 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
{
"name": "nens",
"version": "1.3.1",
"description": "API with Node, Express, NemJS & SQL",
"keywords": [
"api",
"javascript",
"node",
"express",
"sql"
],
"scripts": {
"start": "nodemon app/server",
"test": "jest --coverage"
},
"license": "Apache-2.0 License",
"main": "server.js",
"repository": "github:philippebeck/nens",
"bugs": "https://github.com/philippebeck/nens/issues",
"dependencies": {
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"email-validator": "^2.0.4",
"express": "^4.17.2",
"formidable": "^2.1.1",
"generate-password": "^1.7.0",
"google-recaptcha": "^1.1.0",
"helmet": "^5.0.2",
"jsonwebtoken": "^9.0.0",
"mysql2": "^3.6.5",
"nodemailer": "^6.9.2",
"password-validator": "^5.3.0",
"remove-accents": "^0.4.4",
"sequelize": "^6.35.1",
"sharp": "^0.32.1",
"valid-url": "^1.0.9"
},
"author": {
"name": "Philippe Beck",
"email": "philippe@philippebeck.net",
"url": "https://philippebeck.net"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"sinon": "^15.1.2",
"supertest": "^6.3.3"
}
}