50e7c34522
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.1 to 18.6.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
555 B
JSON
25 lines
555 B
JSON
{
|
|
"name": "elliebot",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"discord.js": "^14.0.3",
|
|
"dotenv": "^16.0.1",
|
|
"mysql2": "^2.3.3",
|
|
"reflect-metadata": "^0.1.13",
|
|
"socket.io-client": "^4.5.1",
|
|
"typeorm": "^0.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.6.2",
|
|
"@types/socket.io-client": "^3.0.0",
|
|
"nodemon": "^2.0.19",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"scripts": {
|
|
"dev": "nodemon ./src/index.ts",
|
|
"start": "node ./build/index.js",
|
|
"build": "tsc"
|
|
}
|
|
}
|