{
  "name": "@lofter-mission/core",
  "version": "1.0.5",
  "description": "任务体系逻辑SDK - 提供活动数据获取、任务数据预处理和二次包装功能",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "mission",
    "task",
    "lofter",
    "sdk",
    "typescript"
  ],
  "author": "",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "git-checks": false
  },
  "dependencies": {
    "@lofter-common-features/ad": "^0.2.4",
    "@lofter-common-shared/react-components": "0.1.3",
    "axios": "^1.7.9",
    "nejsbridge": "^1.8.12",
    "nw-detect": "^2.28.2",
    "nw-log-distribution": "^2.31.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/jest": "^29.5.14",
    "@types/react": "^18.2.39",
    "@types/react-dom": "^18.2.15",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.5.0",
    "rollup": "^3.0.0",
    "rollup-plugin-string": "^3.0.0",
    "ts-jest": "^29.1.0",
    "tslib": "^2.8.1",
    "typescript": "^5.0.0"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "type-check": "tsc --noEmit",
    "publish:beta": "pnpm publish --tag beta",
    "publish:stable": "pnpm publish --access public"
  },
  "module": "dist/index.esm.js"
}