{
  "name": "@doubao-apps/framework",
  "version": "0.0.37",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./api": {
      "types": "./dist/api.d.ts"
    },
    "./components": {
      "types": "./components.d.ts"
    },
    "./components-style": "./components-style.css",
    "./jsx-runtime": {
      "types": "./jsx-runtime.d.ts"
    },
    "./config": {
      "types": "./dist/config.d.ts",
      "import": "./dist/config.js"
    },
    "./types": {
      "types": "./types.d.ts"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.d.ts"
      ],
      "api": [
        "./dist/api.d.ts"
      ],
      "components": [
        "./components.d.ts"
      ],
      "jsx-runtime": [
        "./jsx-runtime.d.ts"
      ],
      "config": [
        "./dist/config.d.ts"
      ],
      "types": [
        "./types.d.ts"
      ]
    }
  },
  "files": [
    "dist/index.d.ts",
    "dist/index.js",
    "dist/api.d.ts",
    "dist/components.d.ts",
    "dist/config.d.ts",
    "dist/config.js",
    "components.d.ts",
    "jsx-runtime.d.ts",
    "components-style.css",
    "README.md",
    "LICENCE",
    "!dist/**/*.map",
    "!**/*.tsbuildinfo",
    "types.d.ts"
  ],
  "dependencies": {
    "@lynx-js/types": "4.0.0",
    "@types/react": "18.3.27"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "sync:declarations": "node scripts/sync-declarations.cjs",
    "dev": "tsc -p tsconfig.json -w",
    "build": "npm run sync:declarations && rimraf dist && rslib build && tsc"
  }
}