sqlite3-promisify
Version:
Promisify all node-sqlite3 functions
37 lines (36 loc) • 801 B
JSON
{
"name": "sqlite3-promisify",
"version": "1.0.3",
"description": "Promisify all node-sqlite3 functions",
"main": "index.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"pretest": "eslint --ignore-path .gitignore .",
"test": "node_modules/mocha/bin/mocha tests/*"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/arshadkazmi42/sqlite3-promisify.git"
},
"keywords": [
"sqlite3",
"sqlite",
"node-sqlite3",
"promisify",
"sqlite3 promisify"
],
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.11.1",
"eslint-config-strongloop": "^2.1.0",
"mocha": "^8.4.0"
},
"author": "Arshad Kazmi",
"license": "MIT",
"dependencies": {
"sqlite3": "^4.0.9"
}
}