SQLEasy.js/package.json

30 lines
836 B
JSON

{
"name": "sql-easy-lib",
"version": "1.0.7",
"description": "This library was written from simple work with databases. In current version supported next famous databases: sqlite3 and MySQL. In future, list with supported databases will be replenishing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+http://git.fullgream.tech/fullgream/SQLEasy.js.git"
},
"author": "FullGreaM",
"license": "MIT",
"bugs": {
"url": "http://git.fullgream.online/fullgream/SQLEasy.js/issues"
},
"homepage": "http://git.fullgream.online/fullgream/SQLEasy.js#readme",
"dependencies": {
"better-sqlite3": "^7.5.3",
"sync-mysql": "^3.0.1"
},
"keywords": [
"sqlite3",
"sql",
"database",
"mysql"
]
}