{ "name": "@metafam/backend", "private": true, "version": "0.1.0", "description": "", "main": "dist/index.js", "scripts": { "start": "node ./dist/index.js", "build": "tsc -b", "dev": "ts-node-dev --exit-child --respawn --transpileOnly src/index.ts", "typecheck": "yarn build", "precommit": "yarn lint-staged" }, "author": "", "license": "ISC", "dependencies": { "3box": "^1.18.1", "@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-tools": "^6.0.15", "node-fetch": "^2.6.0" }, "devDependencies": { "@types/express": "^4.17.6", "@types/node-fetch": "^2.5.6", "ts-node-dev": "^1.0.0-pre.50" } }