wlbt-t1-ts
Version:
A JS driver for the WLBT-T1 file hosting server
32 lines • 599 B
JSON
{
"name": "wlbt-t1-ts",
"module": "index.js",
"version": "0.0.5b",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/TWolbert/WLBT-T1-Node-Adapter"
},
"keywords": [
"wlbt",
"t1",
"file",
"hosting",
"server",
"api",
"wrapper",
"driver",
"javascript",
"typescript"
],
"author": {
"name": "Teun Wolbert",
"email": "teun@wlbt.nl"
},
"license": "BSD-3-Clause",
"description": "A JS driver for the WLBT-T1 file hosting server",
"type": "module",
"scripts": {
"dev": "bun index.ts"
}
}