LinkUp-Bot-Lib/package.json
2024-06-15 17:02:04 +03:00

24 lines
463 B
JSON

{
"name": "linkup-bot-lib",
"version": "1.0.0",
"main": "src/Client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"type": "module",
"license": "ISC",
"description": "",
"dependencies": {
"b4a": "^1.6.6",
"corestore": "^6.18.2",
"hyperdrive": "^11.8.1",
"hyperswarm": "^4.7.15",
"serve-drive": "^5.0.8"
},
"devDependencies": {
"jsdoc": "^4.0.3"
}
}