SQLEasy.js/package.json
2023-05-29 17:03:47 +03:00

30 lines
811 B
JSON

{
"name": "sql-easy-lib",
"version": "1.0.5",
"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+https://github.com/Nikiroy78/SQLEasy.js.git"
},
"author": "FullGreaM",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nikiroy78/SQLEasy.js/issues"
},
"homepage": "https://github.com/Nikiroy78/SQLEasy.js#readme",
"dependencies": {
"better-sqlite3": "^7.5.3",
"sync-mysql": "^3.0.1"
},
"keywords": [
"sqlite3",
"sql",
"database",
"mysql"
]
}