{
  "name": "graphql-podcast",
  "version": "1.0.0",
  "description": "graphql podcast",
  "repository": "https://github.com/theorchard/graphql-podcast.git",
  "author": "theorchard",
  "license": "MIT",
  "private": true,
  "engines": {
    "node": ">=20.11.1"
  },
  "scripts": {
    "start": "dotenv -- yarn babel-watch -w 'src/schema/*.graphql' src/index.js --config-file babel.config.js",
    "lint": "yarn lint:js && yarn lint:schema",
    "lint:js": "eslint --ext .js --cache --cache-location .cache/.eslintcache src lib",
    "lint:schema": "graphql-schema-linter src/schema/*.graphql",
    "test": "yarn lint:js && yarn test:unit",
    "test:unit": "env NODE_ENV=test jest --config=jest.config.json src/",
    "clean": "rm -rf build && mkdir -p build/schema",
    "build:server": "yarn babel --config-file ./babel.config.js -d ./build ./src -s",
    "build:schema": "mkdir ./build/src && cp -R ./src/schema ./build/src",
    "build": "yarn clean && yarn build:server && yarn build:schema"
  },
  "dependencies": {
    "@theorchard/datasource-ows": "2.5.17",
    "@theorchard/graphql-server": "3.2.3",
    "@sentry/node": "^7.37.1",
    "compression": "^1.7.4",
    "dataloader": "^2.2.2",
    "dotenv": "^8.2.0",
    "dotenv-cli": "^7.4.2",
    "graphql-iso-date": "^3.6.1",
    "moment": "^2.29.4",
    "node-fetch": "^2.6.1",
    "object-path": "^0.11.5",
    "query-string": "^6.13.1",
    "uuid": "^8.2.0",
    "winston": "^3.3.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.24.8",
    "@babel/core": "^7.25.2",
    "@babel/node": "^7.26.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/preset-env": "^7.25.3",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^29.7.0",
    "babel-watch": "^7.8.1",
    "eslint": "^7.8.1",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^24.0.0",
    "graphql-request": "^2.0.0",
    "graphql-schema-linter": "^2.0.0",
    "jest": "29.7.0",
    "jest-junit": "^16.0.0",
    "jest-simple-dot-reporter": "^1.0.5"
  },
  "resolutions": {
    "object-path": "^0.11.5",
    "node-fetch": "^2.6.1",
    "y18n": "^4.0.1",
    "parse-url": "^8.1.0",
    "braces": "^3.0.3",
    "word-wrap": "^1.2.4",
    "axios": "^0.28.0",
    "micromatch": "^4.0.8",
    "cross-spawn": "^7.0.5"
  }
}
