{
  "name": "dragodb",
  "version": "1.0.2",
  "description": "LSM Tree based NoSql Database",
  "main": "bin/index.js",
  "typings": "bin/index.d.ts",
  "scripts": {
    "build": "rm -rf bin && mkdir bin && tsc",
    "test": "tsc && rm -rf testDB* && mocha bin/test-multi.js && rm -rf testDB* && mocha bin/test-single.js && rm -rf testDB*"
  },
  "keywords": [
    "lsm tree",
    "lsm",
    "nosql db",
    "rocksdb",
    "leveldb"
  ],
  "author": "Kiran R",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "@types/node": "^12.0.0",
    "chai": "^4.2.0",
    "mocha": "^6.1.4",
    "typescript": "^3.4.5"
  },
  "dependencies": {}
}
