-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 937 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
35
36
37
38
39
40
{
"name": "pdf-generator",
"version": "1.0.0",
"description": "PDF Generator API",
"main": "main.js",
"scripts": {
"start": "node main.js",
"dev": "nodemon main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blacky-yg/pdf-generator.git"
},
"keywords": [
"api",
"generator",
"pdf"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/blacky-yg/pdf-generator/issues"
},
"homepage": "https://github.com/blacky-yg/pdf-generator#readme",
"dependencies": {
"@babel/cli": "^7.18.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.6",
"body-parser": "^1.20.0",
"cloudinary": "^1.30.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"pdfkit": "^0.13.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"nodemon": "^2.0.18"
}
}