{
  "name": "graphql-solfege",
  "version": "1.0.0",
  "repository": "git@github.com:theorchard/graphql-solfege.git",
  "private": true,
  "engines": {
    "node": ">=16.19"
  },
  "scripts": {
    "apollo:rover:check": "yarn apollo-rover check",
    "apollo:rover:publish": "yarn apollo-rover publish",
    "build:cypher": "cp -R ./src/cypher ./build",
    "build:sql": "cp -R ./src/sql ./build",
    "build:copy_schema": "cp -R ./src/schema ./build",
    "build:server": "yarn tsc -p ./tsconfig.build.json && tscpaths -p ./tsconfig.build.json -s ./src -o ./build",
    "build": "yarn clean && yarn generate:types && yarn build:server && yarn build:copy_schema && yarn build:cypher && yarn build:sql",
    "clean": "rm -rf build && mkdir build",
    "generate:schema": "yarn ts-node scripts/buildSchema.ts",
    "generate:types": "yarn graphql-codegen",
    "generate:types:integration": "yarn graphql-codegen -c codegen.test.yml",
    "lint:js": "eslint --ignore-pattern src/generated/index.ts --ext .js,.ts,.tsx,.jsx src/ tests/",
    "lint:schema": "graphql-schema-linter src/schema/*.graphql",
    "lint": "yarn lint:js && yarn lint:schema",
    "start": "dotenv -- yarn nodemon -e js,json,ts,graphql --exec ts-node --project ./tsconfig.json -r tsconfig-paths/register ./src/index.ts",
    "test:integration": "yarn generate:types:integration && NODE_ENV=test  dotenv -c test -- jest --verbose --config=jest.config.json --testPathIgnorePatterns src/**/* --runInBand",
    "test:unit": "jest src/",
    "test": "yarn test:unit && yarn test:integration"
  },
  "dependencies": {
    "@sentry/node": "^7.37.1",
    "@theorchard/apollo-rover": "^1.0.2",
    "@theorchard/connector-neo4j": "^1.6.3",
    "@theorchard/connector-splitio": "^2.0.0",
    "@theorchard/datasource-neo4j": "^3.0.2",
    "@theorchard/datasource-ows": "^2.0.1",
    "@theorchard/field-validator": "^1.5.0",
    "@theorchard/graphql-constants": "^1.0.0",
    "@theorchard/graphql-server": "^2.0.1",
    "csv-parser": "^3.0.0",
    "dataloader": "^2.2.1",
    "graphql-iso-date": "^3.6.1",
    "lodash": "^4.18.1",
    "mysql2": "^3.9.8",
    "neo4j-driver": "^4.4.0",
    "uuid": "^14.0.0"
  },
  "devDependencies": {
    "@graphql-codegen/add": "^3.2.1",
    "@graphql-codegen/cli": "^3.0.0",
    "@graphql-codegen/near-operation-file-preset": "^2.5.0",
    "@graphql-codegen/typescript": "^3.0.0",
    "@graphql-codegen/typescript-operations": "^3.0.0",
    "@graphql-codegen/typescript-resolvers": "^3.0.0",
    "@graphql-tools/jest-transform": "^1.2.2",
    "@theorchard/eslint-config-ts": "^1.5.0",
    "@types/graphql-iso-date": "^3.4.0",
    "@types/jest": "^29.2.2",
    "@types/lodash": "^4.14.186",
    "@types/node": "^18.13.0",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/typescript-estree": "^5.19.0",
    "dotenv-cli": "^4.0.0",
    "graphql": "^16.6.0",
    "graphql-request": "^5.0.0",
    "graphql-schema-linter": "^3.0.1",
    "jest": "^29.3.1",
    "nodemon": "^2.0.7",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^3.9.0",
    "tscpaths": "^0.0.9",
    "typescript": "4.8.4"
  }
}
