Files
TheGame/packages/backend/package.json
dependabot[bot] 153654def8 Bump sourcecred from 0.7.0-beta-14 to 0.7.4 (#226)
Bumps [sourcecred](https://github.com/sourcecred/sourcecred) from 0.7.0-beta-14 to 0.7.4.
- [Release notes](https://github.com/sourcecred/sourcecred/releases)
- [Changelog](https://github.com/sourcecred/sourcecred/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sourcecred/sourcecred/compare/v0.7.0-beta-14...v0.7.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 00:21:21 +05:30

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": "^6.0.15",
"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.0.0-pre.62"
}
}