54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "graphql-server-pw",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"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:dev": "jest --watch src/__test__/unit.test.ts",
|
|
"test:manual": "cd manual-tests && ts-node test-scopes.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.31.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.31.0",
|
|
"apollo-datasource": "^3.1.0",
|
|
"apollo-datasource-rest": "^3.2.0",
|
|
"apollo-server": "^3.3.0",
|
|
"async-redis": "^2.0.0",
|
|
"axios": "^0.21.1",
|
|
"datasource-sql": "^1.5.0",
|
|
"dotenv": "^10.0.0",
|
|
"graphql": "^15.5.1",
|
|
"graphql-scalars": "^1.10.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jwk-to-pem": "^2.0.5",
|
|
"knex-stringcase": "^1.4.5",
|
|
"nodemon": "^2.0.12",
|
|
"pg": "^8.7.1",
|
|
"pg-hstore": "^2.3.4",
|
|
"prettier": "^2.3.2",
|
|
"slug": "^5.1.0",
|
|
"stringcase": "^4.3.1",
|
|
"ts-node": "^10.2.1",
|
|
"typescript": "^4.4.2",
|
|
"util": "^0.12.4",
|
|
"validator": "^13.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.24",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.3",
|
|
"@typescript-eslint/parser": "^4.28.3",
|
|
"eslint": "^7.30.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"jest": "^27.0.6",
|
|
"testcontainers": "^7.12.2",
|
|
"ts-jest": "^27.0.3"
|
|
}
|
|
}
|