CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json73 linesDownload Raw Back to node-sdk
1{2  "name": "@larksuiteoapi/node-sdk",3  "version": "1.65.0",4  "description": "larksuite open sdk for nodejs",5  "keywords": [6    "feishu",7    "larksuite",8    "sdk",9    "nodejs"10  ],11  "types": "./types",12  "main": "./lib/index.js",13  "module": "./es/index.js",14  "files": [15    "lib",16    "es",17    "types",18    "README.zh.md",19    "README.md",20    "LICENSE"21  ],22  "scripts": {23    "build": "rm -r lib es types & rollup -c",24    "test": "jest",25    "test:watch": "jest --watch --testPathPattern=utils/__tests__"26  },27  "author": "mazhe.nerd",28  "license": "MIT",29  "homepage": "https://github.com/larksuite/node-sdk",30  "url": "https://github.com/larksuite/node-sdk/issues",31  "dependencies": {32    "axios": "~1.13.3",33    "lodash.identity": "^3.0.0",34    "lodash.merge": "^4.6.2",35    "lodash.pickby": "^4.6.0",36    "protobufjs": "^7.2.6",37    "qs": "^6.14.2",38    "ws": "^8.19.0"39  },40  "devDependencies": {41    "@koa/router": "^12.0.0",42    "@rollup/plugin-alias": "^3.1.9",43    "@rollup/plugin-typescript": "^8.3.2",44    "@types/jest": "^28.1.3",45    "@types/lodash.merge": "^4.6.7",46    "@types/lodash.pick": "^4.4.7",47    "@types/qs": "^6.9.16",48    "@types/ws": "^8.5.10",49    "@typescript-eslint/parser": "^5.27.1",50    "body-parser": "^1.20.1",51    "eslint": "^8.17.0",52    "eslint-config-airbnb-base": "^15.0.0",53    "eslint-config-prettier": "^8.5.0",54    "eslint-plugin-import": "^2.26.0",55    "express": "^4.18.2",56    "jest": "^28.1.1",57    "koa": "^2.13.4",58    "koa-body": "^5.0.0",59    "prettier": "2.6.2",60    "rollup": "^2.75.5",61    "rollup-plugin-dts": "^4.2.2",62    "rollup-plugin-license": "^2.8.1",63    "ts-jest": "^28.0.5",64    "ts-node": "^10.8.1",65    "tsconfig-paths": "^4.0.0",66    "tslib": "^2.4.0",67    "typescript": "^4.7.3"68  },69  "publishConfig": {70    "access": "public"71  }72}73 
basant307/AI_Governance_Project · CoolFace