LinkUp-Bot-Lib/package.json

32 lines
643 B
JSON
Raw Normal View History

2024-06-15 09:39:59 -04:00
{
"name": "linkup-bot-lib",
"version": "1.2.1",
2024-06-16 04:57:11 -04:00
"main": "lib/Client.js",
"types": "lib/*.ts",
"type": "module",
2024-06-15 09:39:59 -04:00
"scripts": {
2024-06-16 04:57:11 -04:00
"prepublishOnly": "typedoc",
"build": "typedoc"
2024-06-15 09:39:59 -04:00
},
2024-06-16 04:57:11 -04:00
"keywords": [
"linkup"
],
"author": "LinkUp Team",
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",
2024-07-12 15:32:07 -04:00
"serve-drive": "^5.0.8",
"glob": "7.1.6"
2024-06-15 10:02:04 -04:00
},
"devDependencies": {
2024-06-16 04:57:11 -04:00
"@types/b4a": "^1.6.4",
"@types/node": "^20.14.2",
2024-07-12 15:32:07 -04:00
"typedoc-plugin-merge-modules": "^5.1.0",
"@types/glob": "^8.1.0"
2024-06-15 09:39:59 -04:00
}
}