{
  "name": "@kvass/storage",
  "version": "1.1.0",
  "description": "Kvass storage engine",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"No tests yet\"",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kvass-App/storage.git"
  },
  "keywords": [
    "kvass",
    "storage"
  ],
  "author": "carsten@kvass.no",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Kvass-App/storage/issues"
  },
  "homepage": "https://github.com/Kvass-App/storage#readme",
  "dependencies": {
    "compressorjs": "^1.0.7",
    "ramda": "^0.27.1"
  },
  "devDependencies": {
    "cz-conventional-changelog": "^3.3.0",
    "semantic-release-cli": "^5.4.3",
    "semantic-release": "^17.3.7"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
