mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-25 22:28:00 -05:00
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.0.2...v6.1.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
47 lines
1.2 KiB
JSON
47 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",
|
|
"test": "tsdx test --passWithNoTests"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"3box": "1.22.2",
|
|
"@metafam/discord-bot": "0.1.0",
|
|
"@metafam/utils": "1.0.0",
|
|
"bluebird": "3.7.2",
|
|
"body-parser": "1.19.0",
|
|
"discord.js": "^12.5.3",
|
|
"ethers": "5.1.4",
|
|
"express": "4.17.1",
|
|
"express-graphql": "0.12.0",
|
|
"graphql": "15.5.0",
|
|
"graphql-request": "3.4.0",
|
|
"graphql-tag": "2.12.4",
|
|
"graphql-tools": "7.0.4",
|
|
"imgix-core-js": "2.3.2",
|
|
"node-fetch": "2.6.1",
|
|
"sourcecred": "0.8.5",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bluebird": "3.5.34",
|
|
"@types/express": "4.17.11",
|
|
"@types/node-fetch": "2.5.10",
|
|
"concurrently": "6.1.0",
|
|
"ts-node-dev": "1.1.6"
|
|
}
|
|
}
|