UNPKG

api-rest-entrypoint-generator-from-mysql

Version:
41 lines (40 loc) 1.04 kB
{ "name": "api-rest-entrypoint-generator-from-mysql", "version": "1.0.2", "description": "Generates automatically an API REST from MySQL database", "author": "Fernando Broqua <fernandobroqua@gmail.com (https://www.linkedin.com/in/fernandobroqua)>", "license": "MIT", "repository": "git://github.com/NandoScout/node-api-generator-mysql.git", "homepage": "https://github.com/NandoScout/node-api-generator-mysql/blob/main/README.md", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js", "test": "echo \"Error: no hay test definido\" && exit 1" }, "keywords": [ "rest", "api", "mysql", "automatic", "dynamic", "challenge", "generator", "sequelize", "express", "abm", "crud", "2022" ], "dependencies": { "body-parser": "^1.19.1", "dotenv": "^16.0.0", "express": "^4.17.2", "mysql2": "^2.3.3", "pluralize": "^8.0.0", "sequelize": "^6.15.1" }, "devDependencies": { "nodemon": "^2.0.15" } }