-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 911 Bytes
/
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
{
"name": "certificate-generator",
"version": "1.0.0",
"main": "Gen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.5.10",
"bad-words": "^3.0.4",
"cookie-encrypter": "^1.0.1",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"express": "^4.18.2",
"express-rate-limit": "^6.7.1",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.4",
"openssl-self-signed-certificate": "^1.1.6",
"sqlite3": "^5.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Educational-technologies/PublicSite.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Educational-technologies/PublicSite/issues"
},
"homepage": "https://github.com/Educational-technologies/PublicSite#readme",
"description": ""
}