sqlink
Version:
SQLink is a Node.js library that turns MySQL tables into RESTful APIs with procedure execution and full CRUD support.
50 lines (49 loc) • 1.13 kB
JSON
{
"name": "sqlink",
"version": "1.1.9",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "santhosh",
"license": "ISC",
"description": "SQLink is a Node.js library that turns MySQL tables into RESTful APIs with procedure execution and full CRUD support.",
"dependencies": {
"bcrypt": "^5.1.1",
"chalk": "^5.3.0",
"clipboardy": "^4.0.0",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"figlet": "^1.7.0",
"inquirer": "^10.1.8",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.0"
},
"bin": {
"sqlink": "index.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Santhoshlm10/SQLink.git"
},
"keywords": [
"SQL",
"MySQL",
"sql",
"REST",
"API",
"connector",
"ORM",
"Relational",
"Mapping"
],
"bugs": {
"url": "https://github.com/Santhoshlm10/SQLink/issues"
},
"homepage": "https://github.com/Santhoshlm10/SQLink#readme"
}