Korral-JS/package.json

36 lines
810 B
JSON
Raw Normal View History

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",
"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",
"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-06-17 21:15:41 +00:00
"start": "tsc src/index.ts && node src/index.js",
"build": "tsc src/index.ts && echo 'Done'"
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
}