mirror of
https://github.com/Team-Neptune/Korral-JS.git
synced 2024-11-23 12:39:40 +00:00
35 lines
729 B
JSON
35 lines
729 B
JSON
{
|
|
"name": "komet-js",
|
|
"version": "1.0.0",
|
|
"description": "Its Komet but for JS!",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"bent": "^7.3.0",
|
|
"discord.js": "^12.1.1",
|
|
"JSON": "^1.0.0",
|
|
"moment": "^2.24.0",
|
|
"node-fetch": "^2.6.1",
|
|
"request": "^2.88.2",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"scripts": {
|
|
"test": ".ping"
|
|
},
|
|
"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"
|
|
}
|
|
}
|