Files
TheGame/packages/discord-bot/package.json
dependabot[bot] b845e7d162 Bump eslint-plugin-import from 2.22.1 to 2.23.2 (#560)
* Bump eslint-plugin-import from 2.22.1 to 2.23.2

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.2)

Signed-off-by: dependabot[bot] <support@github.com>

* fixed eslint-plugin-import update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dan13ram <dan13ram@gmail.com>
2021-05-17 23:12:47 +05:30

41 lines
1.1 KiB
JSON

{
"name": "@metafam/discord-bot",
"private": true,
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "node ./dist/start.js",
"build": "yarn generate && tsc -b",
"dev": "concurrently \"yarn dev-ts\" \"yarn generate --watch\"",
"dev-ts": "ts-node-dev --exit-child --respawn -- src/start.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": {
"@types/express": "4.17.11",
"@types/node-fetch": "2.5.10",
"@metafam/utils": "^1.0.0",
"@typeit/discord": "4.0.9",
"discord.js": "12.5.3",
"dotenv": "9.0.2",
"ethers": "5.1.4",
"express": "4.17.1",
"graphql": "15.5.0",
"graphql-request": "3.4.0",
"graphql-tag": "2.12.4",
"node-fetch": "2.6.1",
"sourcecred": "0.8.5"
},
"devDependencies": {
"concurrently": "6.1.0",
"ts-node-dev": "1.1.6"
}
}