added API structure
Showing
... | ... | @@ -4,12 +4,16 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node index.js" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"body-parser": "^1.19.0", | ||
"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