dyno-bot/Dyno-op8resolve/package.json
2020-09-12 19:08:48 +01:00

76 lines
1.8 KiB
JSON

{
"name": "Dyno",
"version": "4.0.0",
"homepage": "https://github.com/FlexLabs/Dyno",
"author": {
"name": "Brian Tanner",
"email": "brian@tanner.io"
},
"repository": {
"type": "git",
"url": "https://github.com/FlexLabs/Dyno.git"
},
"bugs": {
"url": "https://github.com/FlexLabs/Dyno/issues"
},
"private": true,
"scripts": {
"start": "node src/start.js"
},
"main": "src/index.js",
"typings": "src/index.d.ts",
"engines": {
"node": ">=6.0.0"
},
"engineStrict": true,
"dependencies": {
"@dyno.gg/customcommands": "^1.1.0",
"@dyno.gg/datafactory": "^1.4.6",
"@dyno.gg/dyno-core": "^1.3.0",
"@dyno.gg/eris": "^0.11.4",
"async-each": "^1.0.1",
"axios": "^0.17.1",
"blocked": "^1.2.1",
"bluebird": "^3.4.1",
"bufferutil": ">=1.2.1",
"cli-progress": "^3.1.0",
"config": "^1.29.4",
"dot-object": "^1.9.0",
"envkey": "^1.2.7",
"eventemitter3": "^2.0.2",
"express": "^4.16.4",
"glob": "^7.1.2",
"glob-promise": "^3.1.0",
"google": "^2.1.0",
"hot-shots": "^4.3.1",
"ioredis": "^3.2.1",
"ioredis-lock": "^3.4.0",
"jayson": "^3.0.2",
"js-yaml": "^3.10.0",
"matomo-tracker": "^2.2.0",
"minimatch": "^3.0.4",
"moment": "^2.13.0",
"moment-duration-format": "^1.3.0",
"mongoose_schema-json": "^1.0.3",
"node-oom-heapdump": "^1.1.4",
"pidusage": "^1.1.0",
"prom-client": "^11.3.0",
"raven": "^1.1.1",
"simple-format-number": "^0.1.2",
"snowtransfer": "^0.2.1",
"uuid": "^3.3.2",
"winston": "github:briantanner/winston",
"zlib-sync": "^0.1.5"
},
"devDependencies": {
"eslint": "^3.5.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"longjohn": "^0.2.12"
},
"optionalDependencies": {
"@dyno.gg/modules": "^1.5.6",
"@dyno.gg/music": "^4.4.0"
}
}