Korral-JS/package.json

32 lines
669 B
JSON
Raw Normal View History

2020-04-06 18:27:20 +00:00
{
"name": "komet-js",
"version": "1.0.0",
"description": "Its Komet but for JS!",
"main": "index.js",
"dependencies": {
2020-04-25 09:15:19 +00:00
"JSON": "^1.0.0",
"bent": "^7.3.0",
"discord.js": "^12.1.1",
2020-04-25 09:15:19 +00:00
"moment": "^2.24.0",
"node-fetch": "^2.6.1",
2020-04-25 09:15:19 +00:00
"request": "^2.88.2"
2020-04-06 18:27:20 +00:00
},
"devDependencies": {},
"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"
}