{
  "name": "@rsmax/toutiao",
  "version": "1.4.0",
  "description": "Rsmax for Toutiao",
  "repository": "git+https://github.com/remaxjs/remax.git",
  "license": "MIT",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "typings": "./esm/index.d.ts",
  "scripts": {
    "prebuild": "npm run clean",
    "build": "tsc",
    "build:cjs": "tsc --module CommonJS --outDir cjs",
    "clean": "rimraf cjs esm tsconfig.tsbuildinfo",
    "test": "rstest run"
  },
  "dependencies": {
    "@rsmax/shared": "1.4.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@douyin-microapp/typings": "^1.3.1",
    "@rsmax/framework-shared": "1.4.0",
    "@rsmax/runtime": "1.4.0",
    "@rsmax/types": "1.4.0",
    "@rsmax/wechat": "1.4.0",
    "@types/react": "^18.3.0",
    "@types/react-test-renderer": "^18.3.0",
    "react": "^18.3.0",
    "react-test-renderer": "^18.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "esnext": "./esm/index.js",
  "gitHead": "0d207b607c847c7f1c7d2e8c896fe942c574a7ff"
}
