2020-04-06 18:27:20 +00:00
|
|
|
{
|
|
|
|
"name": "komet-js",
|
2021-05-14 17:31:58 +00:00
|
|
|
"version": "2.0.0",
|
2020-04-06 18:27:20 +00:00
|
|
|
"description": "Its Komet but for JS!",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2020-04-25 09:15:19 +00:00
|
|
|
"bent": "^7.3.0",
|
2020-04-15 13:01:54 +00:00
|
|
|
"discord.js": "^12.1.1",
|
2021-05-14 07:23:16 +00:00
|
|
|
"JSON": "^1.0.0",
|
2020-04-25 09:15:19 +00:00
|
|
|
"moment": "^2.24.0",
|
2020-09-12 22:23:52 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2021-05-14 07:23:16 +00:00
|
|
|
"request": "^2.88.2",
|
|
|
|
"typescript": "^4.2.4"
|
2020-04-06 18:27:20 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-05-14 17:31:26 +00:00
|
|
|
"start": "tsc src/index.ts && node src/index.js"
|
2020-04-06 18:27:20 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2021-05-14 07:23:16 +00:00
|
|
|
"homepage": "https://github.com/hax4dazy/Komet-JS#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^15.0.3"
|
|
|
|
}
|
2020-04-06 18:27:20 +00:00
|
|
|
}
|