{
  "name": "foobar",
  "version": "1.0.0",
  "description": "",
  "main": "runner.js",
  "dependencies": {
    "@aws-sdk/client-dynamodb": "^3.332.0",
    "@aws-sdk/client-s3": "^3.137.0",
    "@aws-sdk/lib-storage": "^3.137.0",
    "@splitsoftware/splitio": "^10.15.8",
    "@theorchard/neighbouring-rights-common": "^1.1.0",
    "archiver": "^5.3.1",
    "dotenv": "10.0.0",
    "lodash": "^4.17.21",
    "typescript": "^4.3.5"
  },
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/node": "^16.3.2",
    "jest": "28.1.1",
    "ts-jest": "28.0.5"
  },
  "scripts": {
    "test": "jest src/changeDetector/tests/*.spec.ts ",
    "compile": "./node_modules/typescript/bin/tsc --build ./tsconfig.json",
    "go": "node ./src/dynamo.js",
    "compile:run": "npm run compile && npm run go",
    "clean": "rm ./src/*.js && rm -rf node_modules"
  },
  "author": "",
  "license": "ISC"
}
