-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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
{
"name": "nemjs",
"version": "2.1.3",
"description": "JavaScript Backend Services Library",
"keywords": [
"javascript",
"library",
"backend",
"services",
"token",
"credentials",
"images",
"mailer"
],
"license": "Apache-2.0 License",
"main": "nem.js",
"engines": {
"node": ">=10.0.0"
},
"repository": "github:philippebeck/nemjs",
"bugs": "https://github.com/philippebeck/nemjs/issues",
"homepage": "https://www.npmjs.com/package/nemjs",
"scripts": {
"test": "jest --coverage"
},
"dependencies": {
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"email-validator": "^2.0.4",
"generate-password": "^1.7.0",
"jsonwebtoken": "^9.0.0",
"nodemailer": "^6.9.2",
"password-validator": "^5.3.0",
"remove-accents": "^0.4.4",
"sharp": "^0.32.1",
"valid-url": "^1.0.9"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"babel-jest": "^29.5.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"grunt": "^1.6.1",
"grunt-contrib-concat": "^2.1.0",
"jest": "^29.5.0",
"sinon": "^15.1.2"
},
"author": {
"name": "Philippe Beck",
"email": "philippe@philippebeck.net",
"url": "https://philippebeck.net"
}
}