{
  "name": "zeew-eco",
  "version": "3.1.0",
  "description": "Standalone, database-agnostic economy system for Discord bots",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zeewspace/zeew-eco.git"
  },
  "keywords": [
    "discord.js",
    "discord economy",
    "economy",
    "json database",
    "sqlite",
    "typescript",
    "zeew"
  ],
  "author": "kamerr Ezz",
  "license": "PolyForm-Noncommercial-1.0.0",
  "bugs": {
    "url": "https://github.com/zeewspace/zeew-eco/issues"
  },
  "homepage": "https://zeew.space",
  "peerDependencies": {
    "better-sqlite3": ">=9.0.0"
  },
  "peerDependenciesMeta": {
    "better-sqlite3": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.12",
    "@types/node": "^22.10.0",
    "typescript": "^5.7.0",
    "vitest": "^4.1.9"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
