{
  "name": "rotorise",
  "version": "0.3.5",
  "description": "Supercharge your DynamoDB with Rotorise!",
  "main": "dist/Rotorise.cjs",
  "types": "dist/Rotorise.d.ts",
  "module": "dist/Rotorise.js",
  "exports": {
    "import": {
      "types": "./dist/Rotorise.d.ts",
      "import": "./dist/Rotorise.js"
    },
    "require": {
      "types": "./dist/Rotorise.d.cts",
      "require": "./dist/Rotorise.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "keywords": [
    "AWS",
    "Dynamodb",
    "Typescript",
    "brushless"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josher8a/rotorise.git"
  },
  "bugs": {
    "url": "https://github.com/josher8a/rotorise/issues"
  },
  "homepage": "https://github.com/josher8a/rotorise",
  "scripts": {
    "build": "tsup",
    "test": "vitest",
    "format": "biome format --write ./src ",
    "format:ci": "biome ci ./src",
    "check": "tsc --noEmit"
  },
  "author": {
    "name": "Joshua Hernandez",
    "email": "josher8a@gmail.com"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@ark/attest": "^0.34.0",
    "@biomejs/biome": "2.0.0",
    "@types/node": "^18.19.34",
    "tsup": "^8.5.1",
    "typescript": "^5.4.5",
    "vitest": "^2.1.8"
  }
}
