LinkUp-Bot-Lib/package.json

24 lines
457 B
JSON
Raw Normal View History

2024-06-15 09:39:59 -04:00
{
"name": "linkup-bot-lib",
"version": "1.0.0",
2024-06-15 10:02:04 -04:00
"main": "src/Client.js",
2024-06-15 09:39:59 -04:00
"scripts": {
"generate-docs": "jsdoc --configure jsdoc.json"
2024-06-15 09:39:59 -04:00
},
"keywords": [],
"author": "",
2024-06-15 10:02:04 -04:00
"type": "module",
2024-06-15 09:39:59 -04:00
"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"
2024-06-15 10:02:04 -04:00
},
"devDependencies": {
"jsdoc": "^4.0.3"
2024-06-15 09:39:59 -04:00
}
}