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

27 lines
625 B
JSON

{
"name": "@dyno.gg/manager",
"version": "1.0.10",
"description": "Fun module for use in Dyno.",
"engineStrict": true,
"engines": {
"node": ">= 8.0.0"
},
"main": "src/index.js",
"author": "Brian Tanner <brian@tanner.io>",
"repository": {
"type": "git",
"url": "https://github.com/FlexLabs/Dyno-manager.git"
},
"bugs": {
"url": "https://github.com/FlexLabs/Dyno-manager/issues"
},
"homepage": "https://github.com/FlexLabs/Dyno-manager#readme",
"dependencies": {
"@dyno.gg/dyno-core": "^1.0.1",
"async-each": "^1.0.1"
},
"devDependencies": {
"eslint": "^5.4.0"
}
}