SQLEasy.js/package.json
2022-06-25 17:39:39 +03:00

23 lines
552 B
JSON

{
"name": "sql-easy-lib",
"version": "0.9.1",
"description": "(Legacy version of SQLEasy library)",
"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"
}
}