{ "name": "sqlite-async", "version": "1.1.3", "description": "ES6 Promise-based interface to the sqlite3 module.", "main": "sqlite-async.js", "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", "devDependencies": { "mocha": "^9.2.0" }, "dependencies": { "sqlite3": "^5.0.2" } }