Ai
1 Star 1 Fork 0

Larksuite/node-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
mazhe.nerd 提交于 2023-06-20 17:26 +08:00 . feat: code-gen
{
"name": "@larksuiteoapi/node-sdk",
"version": "1.18.0",
"description": "larksuite open sdk for nodejs",
"keywords": [
"feishu",
"larksuite",
"sdk",
"nodejs"
],
"types": "./types",
"main": "./lib/index.js",
"module": "./es/index.js",
"files": [
"lib",
"es",
"types",
"README.zh.md",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rm -r lib es types & rollup -c",
"test": "jest",
"test:watch": "jest --watch"
},
"author": "mazhe.nerd",
"license": "MIT",
"homepage": "https://github.com/larksuite/node-sdk",
"url": "https://github.com/larksuite/node-sdk/issues",
"dependencies": {
"axios": ">=0.27.0 <1.0.0",
"lodash.get": "^4.4.2",
"lodash.identity": "^3.0.0",
"lodash.merge": "^4.6.2",
"lodash.pick": "^4.4.0",
"lodash.pickby": "^4.6.0"
},
"devDependencies": {
"@koa/router": "^12.0.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-typescript": "^8.3.2",
"@types/jest": "^28.1.3",
"@types/lodash.get": "^4.4.7",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.pick": "^4.4.7",
"@typescript-eslint/parser": "^5.27.1",
"body-parser": "^1.20.1",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"express": "^4.18.2",
"jest": "^28.1.1",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"prettier": "2.6.2",
"rollup": "^2.75.5",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-license": "^2.8.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"tsconfig-paths": "^4.0.0",
"tslib": "^2.4.0",
"typescript": "^4.7.3"
},
"publishConfig": {
"access": "public"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/larksuite/node-sdk.git
git@gitee.com:larksuite/node-sdk.git
larksuite
node-sdk
node-sdk
main

搜索帮助