Files

59 lines
1.6 KiB
JSON

{
"name": "graphql-server-pw",
"version": "1.0.0",
"description": "Photowall GraphQL API",
"main": "src/index.ts",
"scripts": {
"test": "jest",
"test:dev": "jest --watch src/**/*",
"test:manual": "cd manual-tests && ts-node test-scopes.ts"
},
"engines": {
"node": ">=16.12 <17"
},
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/datasource-rest": "^4.3.2",
"@apollo/server": "^4.2.0",
"@apollo/utils.keyvaluecache": "^2.0.0",
"@aws-sdk/client-s3": "^3.216.0",
"@aws-sdk/client-sqs": "^3.216.0",
"@aws-sdk/client-translate": "^3.216.0",
"@aws-sdk/s3-request-presigner": "^3.216.0",
"@newrelic/apollo-server-plugin": "^2.1.0",
"axios": "^1.2.0",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dataloader": "^2.1.0",
"datasource-sql": "^2.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql-scalars": "^1.20.1",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.5",
"knex": "^2.3.0",
"knex-stringcase": "^1.4.6",
"newrelic": "^9.7.0",
"nodemon": "^2.0.20",
"pg": "^8.8.0",
"prettier": "^2.8.0",
"slug": "^8.2.2",
"stringcase": "^4.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"util": "^0.12.5"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"ts-jest": "^29.0.3"
}
}