sqlite-kvs
Version:
Key-Value store using SQLite3
31 lines (30 loc) • 646 B
JSON
{
"name": "sqlite-kvs",
"version": "0.0.6",
"description": "Key-Value store using SQLite3",
"main": "./lib/sqlite-kvs",
"dependencies": {
"sqlite3": "^5.0.2"
},
"scripts": {
"test": "mocha --require esm"
},
"repository": {
"type": "git",
"url": "https://github.com/kujirahand/node-sqlite-kvs.git"
},
"keywords": [
"KVS",
"Key-Value Store",
"SQLite"
],
"author": "kujirahand",
"bugs": {
"url": "https://github.com/kujirahand/node-sqlite-kvs/issues"
},
"homepage": "https://github.com/kujirahand/node-sqlite-kvs",
"private": false,
"devDependencies": {
"esm": "^3.2.25"
}
}