Korral-JS/package.json
Daniel d22b5b48c3
Update bot to discord.js v13 (#14)
* Update .gitignore

* Update tsconfig.json

* add catch

* fix script in package.json

* Update discord.js to v13

* Update index.ts

* Update user.ts

* Update support.ts

* Update moderation.ts

* Update meme.ts

* Update tsconfig.json

* Update index.d.ts
2021-09-22 08:14:24 -07:00

36 lines
789 B
JSON

{
"name": "komet-js",
"version": "2.0.0",
"description": "Its Komet but for JS!",
"main": "index.js",
"dependencies": {
"bent": "^7.3.0",
"discord.js": "^13.1.0",
"JSON": "^1.0.0",
"moment": "^2.24.0",
"node-fetch": "^2.6.1",
"request": "^2.88.2",
"typescript": "^4.2.4"
},
"scripts": {
"start": "node dist/src/index.js",
"build": "tsc --build tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hax4dazy/Komet-JS.git"
},
"keywords": [
"Discord-JS"
],
"author": "Hax4dayz",
"license": "MIT",
"bugs": {
"url": "https://github.com/hax4dazy/Komet-JS/issues"
},
"homepage": "https://github.com/hax4dazy/Komet-JS#readme",
"devDependencies": {
"@types/node": "^15.0.3"
}
}