Files
yorushika/package.json
dependabot[bot] 3ede612381 Bump moment from 2.24.0 to 2.29.4
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>
2022-07-07 02:38:02 +00:00

31 lines
744 B
JSON

{
"name": "yorushika",
"version": "1.5.5",
"displayName": "Yorushika",
"description": "A multi-platform bot written in Node.js",
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
"contributors": [],
"maintainers": [
"Wessel \"wesselgame\" T <discord@go2it.eu >"
],
"license": "GPL-3.0",
"dependencies": {
"eris": "^0.9.0",
"js-yaml": "^3.13.1",
"larg": "^0.0.4",
"mathjs": "^5.4.2",
"moment": "^2.29.4",
"mongoose": "^5.4.14",
"nabbit": "^0.0.2",
"sharp": "^0.21.3",
"table": "^5.2.3",
"vm2": "^3.6.10",
"wumpfetch": "^0.0.9"
},
"devDependencies": {
"eslint": "^5.6.0"
},
"main": "src/main.js",
"repository": "https://github.com/PassTheWessel/yorushika"
}