UNPKG

jserver

Version:

A toolkit that automatically generates APIs based on JSON or DATABASE.

29 lines (28 loc) 556 B
{ "name": "jserver", "version": "1.3.6", "description": "A toolkit that automatically generates APIs based on JSON or DATABASE.", "main": "index.js", "private": false, "bin": { "jserver": "./index.js" }, "scripts": { "test": "node index.js" }, "keywords": [ "JSON", "DATABASE", "SERVER", "API" ], "author": "OneRestart", "license": "ISC", "dependencies": { "body-parser": "^1.20.2", "express": "^4.19.2", "express-fileupload": "^1.5.1", "minimist": "^1.2.8", "mysql": "^2.18.1" } }