mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 05:25:15 -05:00
39 lines
1.0 KiB
JSON
39 lines
1.0 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 --transpile-only -- 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",
|
|
"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",
|
|
"node-fetch": "^2.6.0",
|
|
"graphql-request": "^3.0.0-next.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.6",
|
|
"@types/node-fetch": "^2.5.6",
|
|
"concurrently": "^5.2.0",
|
|
"ts-node-dev": "^1.0.0-pre.56"
|
|
}
|
|
}
|