mirror of
https://github.com/Team-Neptune/Korral-JS.git
synced 2024-11-23 12:39:40 +00:00
d22b5b48c3
* 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
36 lines
789 B
JSON
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"
|
|
}
|
|
}
|