guilded-controller
Version:
Control You Guilded Bot
29 lines (28 loc) • 630 B
JSON
{
"name": "guilded-controller",
"version": "0.0.3-1",
"description": "Control You Guilded Bot ",
"main": "src/index.js",
"scripts": {
"test": "node index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hadiazt/Guilded-Controller.git"
},
"author": "hadi.az",
"license": "MIT",
"bugs": {
"url": "https://github.com/hadiazt/Guilded-Controller/issues"
},
"homepage": "https://github.com/hadiazt/Guilded-Controller#readme",
"keywords": [
"guilded",
"guildedapi",
"guilded.gg"
],
"devDependencies": {
"axios": "^0.26.0",
"ws": "^8.5.0"
}
}