{
  "name": "@punchcard/shape-dynamodb",
  "description": "Maps Punchcard Shape to a DynamoDB AST value",
  "version": "0.5.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "watch": "tsc -w",
    "cdk": "cdk"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Sam Goodwin",
    "email": "sam.goodwin1989@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/punchcard/punchcard"
  },
  "readme": "README.md",
  "keywords": [
    "punchcard",
    "shape",
    "aws-cdk",
    "infrastructure-as-code",
    "serverless",
    "aws",
    "cloudformation"
  ],
  "dependencies": {
    "typelevel-ts": "^0.4.0"
  },
  "devDependencies": {
    "aws-sdk": "^2.839.0",
    "@punchcard/shape": "^0.5.0",
    "@types/jest": "^26.0.19",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4"
  },
  "peerDependencies": {
    "aws-sdk": "^2.839.0",
    "@punchcard/shape": "^0.5.0"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "testMatch": [
      "**/?(*.)+(spec|test).ts?(x)"
    ],
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.json"
      }
    }
  }
}
