added API structure
Showing
... | @@ -4,12 +4,16 @@ | ... | @@ -4,12 +4,16 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node index.js" | |||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"body-parser": "^1.19.0", | |||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"isolated-vm": "^3.0.0" | "express-fileupload": "^1.1.6", | ||
"isolated-vm": "^3.0.0", | |||
"redis": "^2.8.0" | |||
} | } | ||
} | } |
Please register or sign in to comment