{
  "name": "ddex",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "compile": "./node_modules/typescript/bin/tsc --build ./tsconfig.json",
    "ddex": "node ./src/runner.js",
    "threads": "node ./src/threads.js",
    "compile:run": "yarn clean && yarn compile && yarn ddex",
    "clean": "rm ./src/*.js && rm ./src/*/*.js",
    "removeDownloads": "rm -rf files",
    "removeNodeModules": "rm -rf node_modules",
    "fullclean": "yarn run clean && yarn run removeDownloads && yarn run removeNodeModules",
    "generate:ddex": "yarn compile && yarn compile:run"
  },
  "author": "rcs",
  "license": "ISC",
  "dependencies": {
    "@apollo/client": "^3.8.7",
    "@theorchard/graphql-constants": "^1.0.0",
    "@theorchard/lambda-apollo": "^2.1.2",
    "@theorchard/neighbouring-rights-common": "^8.1.1",
    "@theorchard/neighbouring-rights-ownership-delivery-common": "^15.0.1",
    "@theorchard/s3-utils": "^1.6.0",
    "@types/node": "^20.9.0",
    "graphql": "^16.8.1",
    "neo4j-driver": "^5.20.0",
    "typescript": "^5.2.2",
    "xmlbuilder2": "^3.1.1"
  }
}
