mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-24 21:58:04 -05:00
* Implement user auth on web * Setup Image Optimization * Add favicon * Add IMGIX_TOKEN to render.yaml
43 lines
1.2 KiB
JSON
43 lines
1.2 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.0-beta-14"
|
|
},
|
|
"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"
|
|
}
|
|
}
|