Files
TheGame/packages/backend/package.json
2022-02-08 13:13:28 -05:00

67 lines
1.9 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",
"test": "tsdx test --passWithNoTests"
},
"author": "MetaFam",
"license": "ISC",
"dependencies": {
"@ceramicnetwork/http-client": "1.5.7",
"@ceramicnetwork/stream-caip10-link": "1.2.9",
"@datamodels/identity-accounts-web": "0.1.2",
"@datamodels/identity-profile-basic": "0.1.2",
"@glazed/datamodel": "0.2.0",
"@glazed/devtools": "0.1.3",
"@glazed/did-datastore": "0.2.1",
"@glazed/tile-loader": "0.1.2",
"@graphql-tools/schema": "8.3.1",
"@metafam/discord-bot": "0.1.0",
"@metafam/utils": "1.0.1",
"@self.id/3box-legacy": "0.1.0",
"@types/bluebird": "3.5.34",
"@types/body-parser": "1.19.0",
"@types/cors": "2.8.12",
"@types/express": "4.17.11",
"@types/node-fetch": "2.5.10",
"@types/uuid": "8.3.0",
"bluebird": "3.7.2",
"body-parser": "1.19.0",
"bottleneck": "2.19.5",
"cors": "2.8.5",
"discord.js": "12.5.3",
"dotenv": "^10.0.0",
"ethers": "5.5.3",
"express": "4.17.1",
"express-graphql": "0.12.0",
"graphql": "15.8.0",
"graphql-request": "3.4.0",
"graphql-tag": "2.12.5",
"graphql-tools": "7.0.4",
"imgix-core-js": "2.3.2",
"node-fetch": "2.6.1",
"sourcecred": "0.9.0",
"uuid": "8.3.2",
"web3.storage": "3.3.1"
},
"devDependencies": {
"concurrently": "6.1.0",
"nock": "13.2.1",
"ts-node-dev": "1.1.6"
},
"resolutions": {
"@ceramicnetwork/common": "1.11.0"
}
}