Files
TheGame/packages/backend/package.json
dependabot[bot] a6df998042 Bump graphql-tools from 6.2.4 to 7.0.2 (#260)
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools) from 6.2.4 to 7.0.2.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Commits](https://github.com/ardatan/graphql-tools/compare/graphql-tools@6.2.4...graphql-tools@7.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-28 17:12:37 -07:00

43 lines
1.1 KiB
JSON

{
"name": "@metafam/backend",
"private": true,
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "node ./dist/index.js",
"build": "yarn generate && tsc -b",
"dev": "concurrently \"yarn dev-ts\" \"yarn generate --watch\"",
"dev-ts": "ts-node-dev --exit-child --respawn -- src/index.ts",
"typecheck": "yarn build",
"precommit": "yarn lint-staged",
"generate": "graphql-codegen --config=codegen.yml",
"lintfix": "eslint --fix"
},
"author": "",
"license": "ISC",
"dependencies": {
"3box": "^1.20.3",
"@metafam/utils": "1.0.0",
"bluebird": "3.7.2",
"body-parser": "^1.19.0",
"ethers": "^4.0.46",
"express": "^4.17.1",
"express-graphql": "^0.11.0",
"graphql": "^15.3.0",
"graphql-tag": "^2.10.4",
"graphql-tools": "^7.0.2",
"imgix-core-js": "^2.3.1",
"node-fetch": "^2.6.0",
"graphql-request": "^3.0.0-next.4",
"sourcecred": "0.7.4"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/bluebird": "3.5.32",
"@types/node-fetch": "^2.5.6",
"concurrently": "^5.2.0",
"ts-node-dev": "1.1.1"
}
}