Update package.json

This commit is contained in:
Daniel 2021-05-14 00:23:16 -07:00
parent 4455125927
commit 6d20d55e4b
No known key found for this signature in database
GPG Key ID: 771601B78F6934C8

View File

@ -4,14 +4,14 @@
"description": "Its Komet but for JS!",
"main": "index.js",
"dependencies": {
"JSON": "^1.0.0",
"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"
"request": "^2.88.2",
"typescript": "^4.2.4"
},
"devDependencies": {},
"scripts": {
"test": ".ping"
},
@ -27,5 +27,8 @@
"bugs": {
"url": "https://github.com/hax4dazy/Komet-JS/issues"
},
"homepage": "https://github.com/hax4dazy/Komet-JS#readme"
"homepage": "https://github.com/hax4dazy/Komet-JS#readme",
"devDependencies": {
"@types/node": "^15.0.3"
}
}