Updated package.json

This commit is contained in:
Ahmad 2024-06-19 14:37:44 -04:00
commit d312578422
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 31 additions and 31 deletions

View file

@ -1,25 +1,25 @@
{
"name": "poixpixel-discord-bot",
"version": "1.0.0",
"main": "./source/discord-bot.ts",
"author": "Poixpixel",
"license": "Apache-2.0",
"type": "module",
"private": true,
"scripts": {
"compile": "npx tsc",
"target": "node ./target/discord-bot.js",
"start": "yarn run compile && yarn run target",
"lint": "npx eslint ./source --ext .ts"
},
"dependencies": {
"discord.js": "^14.15.3",
"mongoose": "^8.4.1"
},
"devDependencies": {
"@types/node": "^20.14.3",
"eslint": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
"name": "poixpixel-discord-bot",
"version": "1.0.0",
"main": "./source/discord-bot.ts",
"author": "Poixpixel",
"license": "Apache-2.0",
"type": "module",
"private": true,
"scripts": {
"compile": "npx tsc",
"target": "node ./target/discord-bot.js",
"start": "yarn run compile && yarn run target",
"lint": "npx eslint ./source --ext .ts"
},
"dependencies": {
"discord.js": "^14.15.3",
"mongoose": "^8.4.3"
},
"devDependencies": {
"@types/node": "^20.14.5",
"eslint": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}