You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
677 B
33 lines
677 B
{
|
|
"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"
|
|
}
|
|
}
|