{
  "name": "@lark-project/js-sdk",
  "version": "2.1.8",
  "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"
}
