{
  "name": "@andrejs1979/types",
  "version": "1.0.0",
  "description": "TypeScript type definitions for NoSQL database platform",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "clean": "rimraf dist"
  },
  "keywords": [
    "types",
    "typescript",
    "nosql",
    "database"
  ],
  "author": {
    "name": "NoSQL Team",
    "email": "support@nosql.dev"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/andrejs1979/NoSQL.git",
    "directory": "packages/types"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "package.json"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "dependencies": {
    "@cloudflare/workers-types": "^4.20250831.0"
  },
  "devDependencies": {
    "typescript": "^5.3.0",
    "rimraf": "^6.0.1"
  }
}
