@lark-project/js-sdk
Version:
飞书项目 JSSDK 是飞书项目开放平台面向前端插件开发者提供的基于飞书项目内的开发工具包。 通过使用飞书项目 JSSDK,开发者可以方便的读取平台业务数据,如空间、工作项、字段等,当然也包括插件所运行环境的基础信息,如语言、地区、设备类型等。为开发者提供更高效的插件开发体验。
79 lines (78 loc) • 2.17 kB
JSON
{
"name": "@lark-project/js-sdk",
"version": "2.0.13",
"runtimeMinVersions": {
"web": "2.1.0",
"mobile": "1.1.0"
},
"jsnext:source": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
"scripts": {
"prepare": "modern build && husky install",
"prepublishOnly": "modern build --platform",
"dev": "modern dev",
"build": "modern build",
"reset": "rimraf ./**/node_modules",
"lint": "modern lint",
"change": "modern change",
"bump": "modern bump",
"pre": "modern pre",
"change-status": "modern change-status",
"gen-release-note": "modern gen-release-note",
"release": "modern release",
"new": "modern new",
"test": "modern test --passWithNoTests",
"upgrade": "modern upgrade",
"docs": "npx @microsoft/api-extractor run --local --verbose --diagnostics && api-documenter markdown --input-folder ./temp/model --output-folder ./docs"
},
"engines": {
"node": ">=14.17.6"
},
"lint-staged": {
"*.{ts,tsx}": [
"node --max_old_space_size=8192 ./node_modules/eslint/bin/eslint.js --fix --color --cache --quiet"
],
"*.{js,jsx,mjs,mjsx,cjs,cjsx}": [
"node --max_old_space_size=8192 ./node_modules/eslint/bin/eslint.js --fix --color --cache --quiet"
]
},
"eslintIgnore": [
"node_modules/",
"dist/"
],
"dependencies": {},
"devDependencies": {
"@babel/runtime": "^7.18.0",
"@modern-js-app/eslint-config": "2.12.0",
"@modern-js/module-tools": "2.8.0",
"@modern-js/plugin-module-banner": "2.8.0",
"@modern-js/plugin-testing": "2.8.0",
"@modern-js/tsconfig": "2.8.0",
"@types/jest": "^26.0.9",
"@types/node": "^14",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8",
"lint-staged": "^11.2.6",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"typescript": "^4"
},
"sideEffects": [
"*.css",
"*.less",
"*.sass",
"*.scss"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"飞书项目",
"Lark",
"开放平台"
],
"license": "MIT"
}