{
  "name": "@aws-prototype/shared-types",
  "version": "0.0.0",
  "private": true,
  "license": "SEE LICENSE IN LICENSE.txt",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsc",
    "test": "jest --pass-with-no-tests",
    "lint": "eslint --max-warnings 0  .",
    "lint:fix": "eslint --fix ."
  },
  "dependencies": {
    "@types/node": "^17.0.21"
  }
}
