-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 857 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
{
"name": "certificate_gen",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js"
},
"keywords": [],
"author": "Varun S Athreya",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.1",
"date-fns": "^2.28.0",
"express": "^4.17.3",
"handlebars": "^4.7.7",
"puppeteer": "^13.1.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VarunSAthreya/cetificate-generator.git"
},
"bugs": {
"url": "https://github.com/VarunSAthreya/cetificate-generator/issues"
},
"homepage": "https://github.com/VarunSAthreya/cetificate-generator#readme"
}