{
  "name": "sampledb",
  "version": "0.0.13",
  "description": "Sample data in a database style format.",
  "main": ".dist/SampleDB.server.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "gitPublish": "git push https://github.com/paulwilcox/SampleDB master",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/paulwilcox/SampleDB"
  },
  "keywords": [
    "dataset",
    "IndexedDb",
    "MongoDB"
  ],
  "author": "Paul Wilcox",
  "license": "ISC",
  "optionalDependencies": {
    "mongodb": "^4.5.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.1.0",
    "@rollup/plugin-node-resolve": "^13.2.1",
    "esm": "^3.2.25",
    "rollup": "^2.70.2",
    "rollup-plugin-license": "^2.7.0"
  }
}
