-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 945 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
{
"name": "chuusa-api",
"version": "1.0.0",
"description": "REST API for chuusa(a word to pdf converter\"",
"main": "\"index.js\"",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node index.js",
"dev": "nodemon --exec babel-node index.js"
},
"keywords": [
"ExpressJs",
"Javascript",
"word-to-pdf"
],
"author": "Nehemiah Kamolu",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
"@babel/node": "^7.13.13",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/register": "^7.13.16",
"cloudinary": "^1.23.0",
"cors": "^2.8.5",
"docx-pdf": "0.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"multer": "^1.4.2",
"pdf-to-base64": "^1.0.3"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"engines": {
"node": ">=10.0.0"
}
}