bbs-sdk
Version:
SDK for building apps for the TT-BBS system
26 lines • 482 B
JSON
{
"name": "bbs-sdk",
"version": "1.0.4",
"description": "SDK for building apps for the TT-BBS system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"bbs",
"typescript",
"sdk",
"terminal"
],
"author": "TT-BBS Team",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.8.7",
"typescript": "^5.2.2"
}
}