aa-sqlite3
Version:
async await with sqlite3
32 lines (31 loc) • 718 B
JSON
{
"name": "aa-sqlite3",
"version": "1.0.0",
"description": "async await with sqlite3",
"main": "aa-sqlite3.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LightSpeedWorks/aa-sqlite3.git"
},
"keywords": [
"sqlite",
"sqlite3",
"async",
"await",
"async-await",
"awaitable",
"thenable"
],
"author": "LightSpeedC",
"license": "MIT",
"bugs": {
"url": "https://github.com/LightSpeedWorks/aa-sqlite3/issues"
},
"homepage": "https://github.com/LightSpeedWorks/aa-sqlite3#readme",
"devDependencies": {
"sqlite3": "^5.1.1"
}
}