mirror of
https://github.com/Wessel/yorushika.git
synced 2026-06-06 01:55:44 +02:00
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.12.1...3.13.1) Signed-off-by: dependabot[bot] <support@github.com>
31 lines
744 B
JSON
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.24.0",
|
|
"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"
|
|
}
|