{ "name": "graphql-server-pw", "version": "1.0.0", "description": "Photowall GraphQL API", "main": "src/index.ts", "scripts": { "exportSQL": "cd src/__test__/db_generator/ && npm install && node index.js && cd ../../../", "test": "npm run exportSQL && jest --detectOpenHandles", "test:dev": "npm run exportSQL && jest --watch", "unit": "jest --testPathIgnorePatterns=\"src/__test__/all.test.ts\"", "unit:dev": "jest --testPathIgnorePatterns=\"src/__test__/all.test.ts\" --watch src/**/*", "test:manual": "cd manual-tests && ts-node test-scopes.ts" }, "engines": { "node": ">=16.12 <17" }, "author": "", "license": "ISC", "dependencies": { "@aws-sdk/client-s3": "^3.194.0", "@aws-sdk/client-sqs": "^3.194.0", "@aws-sdk/client-translate": "^3.195.0", "@aws-sdk/s3-request-presigner": "^3.194.0", "@newrelic/apollo-server-plugin": "^1.3.0", "apollo-datasource": "^3.3.2", "apollo-datasource-rest": "^3.7.0", "apollo-server": "^3.10.3", "apollo-server-caching": "^3.3.0", "async-redis": "^2.0.0", "axios": "^0.27.2", "datasource-sql": "^1.6.0", "dotenv": "^16.0.3", "graphql": "^16.6.0", "graphql-scalars": "^1.20.0", "jsonwebtoken": "^8.5.1", "jwk-to-pem": "^2.0.5", "knex": "^2.3.0", "knex-stringcase": "^1.4.6", "newrelic": "^8.17.1", "nodemon": "^2.0.20", "pg": "^8.8.0", "pg-hstore": "^2.3.4", "prettier": "^2.7.1", "slug": "^5.3.0", "stringcase": "^4.3.1", "ts-node": "^10.9.1", "typescript": "^4.8.4", "util": "^0.12.5", "validator": "^13.7.0" }, "devDependencies": { "@types/jest": "^27.5.2", "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", "eslint": "^8.26.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "isomorphic-fetch": "^3.0.0", "jest": "^28.1.3", "testcontainers": "^8.16.0", "ts-jest": "^28.0.8" } }