Korral-JS/package.json
dependabot[bot] 3a2900c227
Bump moment from 2.24.0 to 2.29.4 (#28)
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-07 14:39:09 -07:00

33 lines
732 B
JSON

{
"name": "komet-js",
"version": "3.0.0",
"description": "Its Komet but for JS!",
"main": "index.js",
"dependencies": {
"bent": "^7.3.0",
"discord.js": "^13.3.1",
"JSON": "^1.0.0",
"moment": "^2.29.4",
"node-fetch": "^2.6.7",
"request": "^2.88.2",
"typescript": "^4.2.4"
},
"scripts": {
"start": "node dist/src/index.js",
"build": "tsc --build tsconfig.json"
},
"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"
}