{
  "name": "@cubesoft/dynamo-easy",
  "version": "9.2.3",
  "description": "DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.",
  "keywords": [
    "api",
    "aws",
    "dynamo",
    "dynamo client",
    "dynamodb",
    "dynamodb client",
    "expression",
    "expression builder",
    "filter expression",
    "fluent-api",
    "lambda",
    "mapper",
    "objectmapper",
    "orm",
    "serverless",
    "typescript",
    "typescript-decorators",
    "update expression"
  ],
  "homepage": "https://shiftcode.gitbook.io/dynamo-easy/",
  "repository": {
    "type": "git",
    "url": "https://github.com/cubesoft/dynamo-easy"
  },
  "license": "MIT",
  "author": "Michael Wittwer <michael.wittwer@shiftcode.ch>",
  "main": "./dist/dynamo-easy.js",
  "module": "./dist/_esm2022/dynamo-easy.js",
  "typings": "./dist/_types/dynamo-easy.d.ts",
  "files": [
    "dist",
    "!dist/docs"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc --outDir ./dist/_esm2022/ && tsc --outDir ./dist/ --module commonjs",
    "check-snippets": "npx tsc --outDir ./dist-snippets --project ./snippets/tsconfig.json && rimraf dist-snippets",
    "commity": "commit",
    "docs:build": "rimraf ./dist/docs && typedoc --out dist/docs --readme ./doc-intro.md --target es6 --hideGenerator --theme minimal --excludePrivate --stripInternal --ignoreCompilerErrors",
    "docs:deploy": "node tools/gh-pages-publish.mjs",
    "lint": "tslint --project tsconfig.json -t codeFrame --fix",
    "lint:ci": "tslint --project tsconfig.json -t codeFrame",
    "prepare": "husky install",
    "prettier": "prettier --write --config ./.prettierrc.yml '{src,test}/**/*.ts'",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "test": "jest",
    "test:ci": "jest --coverage --no-cache",
    "test:watch": "jest --watch",
    "tslint:custom-rule:build": "tsc ./tools/tslint/noDynamoNamedImportRule.ts",
    "tslint:custom-rule:test": "tslint --test ./tools/tslint/test"
  },
  "devDependencies": {
    "@aws-sdk/client-dynamodb": "^3.188.0",
    "@commitlint/cli": "^17.4.2",
    "@commitlint/config-conventional": "^17.4.2",
    "@commitlint/prompt-cli": "^17.4.2",
    "@types/jest": "^29.2.5",
    "@types/node": "^18.11.18",
    "colors": "^1.4.0",
    "coveralls": "^3.1.1",
    "husky": "^8.0.0",
    "jest": "^29.3.1",
    "lint-staged": "^13.1.0",
    "lodash.camelcase": "^4.3.0",
    "prettier": "^2.8.3",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^4.1.1",
    "semantic-release": "^20.0.2",
    "sort-package-json": "^2.1.0",
    "ts-jest": "^29.0.5",
    "tslint": "^5.19.0",
    "tslint-config-prettier": "^1.18.0",
    "tsutils": "^3.21.0",
    "typedoc": "0.14.0",
    "typedoc-plugin-external-module-name": "^2.1.0",
    "typescript": "^4.9.4"
  },
  "peerDependencies": {
    "@aws-sdk/client-dynamodb": "^3.188.0",
    "reflect-metadata": "^0.1.12",
    "tslib": "^2.0.0"
  },
  "engines": {
    "node": ">=18"
  }
}
