simple-json-db
Version:
A simple, no-frills, JSON storage engine for Node.JS
38 lines (37 loc) • 809 B
JSON
{
"name": "simple-json-db",
"version": "2.0.0",
"description": "A simple, no-frills, JSON storage engine for Node.JS",
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": ">=10.0"
},
"scripts": {
"test": "mocha --bail --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nmaggioni/Simple-JSONdb.git"
},
"keywords": [
"json",
"db",
"database",
"storage",
"engine",
"simple",
"node",
"nodejs"
],
"author": "Niccolò Maggioni <nicco.maggioni@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nmaggioni/Simple-JSONdb/issues"
},
"homepage": "https://github.com/nmaggioni/Simple-JSONdb#readme",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.1"
}
}