{
  "name": "tsfoo",
  "version": "0.3.0",
  "description": "Timeseries Database",
  "main": "index.js",
  "scripts": {
    "test": "happiness && jest --verbose",
    "watch": "jest --watchAll"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jue89/node-tsfoo.git"
  },
  "keywords": [
    "database",
    "timeseries"
  ],
  "author": "Juergen Fitschen <me@jue.yt>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jue89/node-tsfoo/issues"
  },
  "homepage": "https://github.com/jue89/node-tsfoo#readme",
  "devDependencies": {
    "happiness": "^10.0.2",
    "jest": "^26.4.2"
  },
  "happiness": {
    "globals": [
      "jest",
      "describe",
      "test",
      "expect",
      "beforeEach"
    ]
  },
  "jest": {
    "automock": false,
    "clearMocks": true
  },
  "dependencies": {
    "borc": "^2.1.1",
    "fs-ext": "^2.0.0",
    "qsem": "^1.0.0"
  }
}
