{
  "name": "zerobase",
  "version": "1.1.1",
  "description": "Backend as a Service SDK for ZeroBase platform",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest",
    "lint": "eslint src"
  },
  "keywords": [
    "zerobase",
    "baas",
    "backend",
    "database",
    "auth",
    "storage",
    "sdk"
  ],
  "author": "Aditya Aggarwal",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aditya000099/zerobase-sdk"
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "typescript": "^4.9.0",
    "jest": "^29.0.0",
    "@types/jest": "^29.0.0",
    "ts-jest": "^29.0.0",
    "eslint": "^8.0.0"
  }
}
