@diam/json-db
Version:
Simple Json DB
31 lines (30 loc) • 602 B
JSON
{
"name": "@diam/json-db",
"version": "2.0.2",
"description": "Simple Json DB",
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diamondio/json-db.git"
},
"keywords": [
"Json",
"DB"
],
"author": "Diamond Inc. <ops@diamond.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diamondio/json-db/issues"
},
"homepage": "https://github.com/diamondio/json-db#readme",
"devDependencies": {
"mocha": "^6.1.4"
},
"dependencies": {}
}