mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-02 03:00:32 -04:00
Bumps [ethers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/ethers) from 5.3.0 to 5.4.1. - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/commits/v5.4.1/packages/ethers) --- updated-dependencies: - dependency-name: ethers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.1 KiB
JSON
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.10",
|
|
"discord.js": "12.5.3",
|
|
"dotenv": "9.0.2",
|
|
"ethers": "5.4.1",
|
|
"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.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "6.1.0",
|
|
"ts-node-dev": "1.1.6"
|
|
}
|
|
}
|