{
    "type": "commonjs",
    "name": "@cyclic.sh/dynamodb",
    "version": "0.0.35",
    "description": "SDK for interacting with Cyclic.sh (https://cyclic.sh) app AWS DynamoDB databases",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "clean": "rm dist/*",
        "build": "tsc && cp src/*.js dist/",
        "test": "jest",
        "prepare": "husky install"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cyclic-software/dynamodb.git"
    },
    "author": {
        "name": "Cyclic Software",
        "url": "https://www.cyclic.sh"
    },
    "contributors": [
        "Mike Korostelev (https://github.com/korostelevm)",
        "Kam Lasater (https://github.com/seekayel)"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/cyclic-software/dynamodb/issues"
    },
    "homepage": "https://github.com/cyclic-software/dynamodb#readme",
    "keywords": [
        "aws",
        "dynamodb",
        "database",
        "cyclic",
        "cyclic.sh",
        "@cyclic.sh"
    ],
    "engines": {
        "node": ">=14.20.0"
    },
    "devDependencies": {
        "@commitlint/cli": "^17.3.0",
        "@commitlint/config-conventional": "^17.3.0",
        "husky": "^8.0.2",
        "jest": "^27.5.1",
        "typescript": "^4.9.4"
    },
    "dependencies": {
        "@aws-sdk/client-dynamodb": "3.347.1",
        "@aws-sdk/lib-dynamodb": "3.82.0"
    },
    "release": {
        "branches": [
            "main"
        ]
    }
}
