Initial commit with translated description

This commit is contained in:
2026-03-29 08:33:35 +08:00
commit ed7ebaa3f3
28 changed files with 2392 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "feishu-doc",
"version": "1.2.6",
"description": "Fetch content from Feishu Wiki/Doc/Sheet/Bitable",
"main": "index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.58.0"
}
}