UNPKG

mysql-rest

Version:

One command to generate REST APIs for any MySql database, support multi databases

52 lines 1.27 kB
{ "name": "mysql-rest", "version": "0.6.27", "description": "One command to generate REST APIs for any MySql database, support multi databases", "main": "bin/index.js", "scripts": { "test": "./node_modules/.bin/mocha tests/*.js --exit --timeout 1000000" }, "keywords": [ "mysql-rest-api-generator", "node-mysql-rest-api", "rest", "restful", "rest-apis" ], "engines": { "node": ">= 7.6.0" }, "bin": { "xmysql": "bin/index.js" }, "repository": "o1lab/xmysql", "homepage": "https://github.com/nocodb/nocodb", "author": "o1lab", "license": "MIT", "dependencies": { "assert": "^1.5.1", "body-parser": "^1.18.2", "cluster": "^0.7.7", "colors": "^1.4.0", "commander": "^2.20.3", "cors": "^2.8.5", "dmdb": "^1.0.33801", "express": "^4.19.2", "lodash": "^4.17.21", "morgan": "^1.10.0", "multer": "^1.4.4", "mysql2": "^3.11.0", "sqlstring": "^2.3.3" }, "devDependencies": { "eslint-config-airbnb-base": "^13.2.0", "eslint-config-prettier": "^4.3.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^3.4.1", "mocha": "^5.2.0", "pkg": "^5.8.1", "should": "^13.2.3", "sleep": "^6.3.0", "supertest": "^3.4.2" } }