sqlite-async
Version:
ES6 Promise-based interface to the sqlite3 module.
34 lines (33 loc) • 731 B
JSON
{
"name": "sqlite-async",
"version": "1.2.2",
"description": "ES6 Promise-based interface to the sqlite3 module.",
"main": "sqlite-async.js",
"type": "module",
"directories": {
"test": "mocha"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fhellwig/sqlite-async.git"
},
"keywords": [
"SQLite",
"Async"
],
"author": "Frank Hellwig",
"license": "MIT",
"bugs": {
"url": "https://github.com/fhellwig/sqlite-async/issues"
},
"homepage": "https://github.com/fhellwig/sqlite-async#readme",
"dependencies": {
"sqlite3": "^5.1.7"
},
"devDependencies": {
"mocha": "^11.2.2"
}
}