{
  "name": "@ant-design/x-sdk",
  "version": "2.7.0",
  "homepage": "https://x.ant.design/x-sdks/introduce",
  "bugs": {
    "url": "https://github.com/ant-design/x/issues"
  },
  "keywords": [
    "AI",
    "Agent",
    "Copilot",
    "ant",
    "sdk",
    "framework",
    "react"
  ],
  "scripts": {
    "compile": "father build",
    "prepublishOnly": "tsx ../../scripts/pre-publish.ts x-sdk",
    "tsc": "tsc --noEmit",
    "lint": "npm run version && npm run tsc && npm run lint:script && npm run lint:md",
    "lint:md": "remark . -f -q",
    "predist": "npm run prestart",
    "prestart": "npm run version",
    "pretest": "npm run prestart",
    "precompile": "npm run prestart",
    "lint:script": "biome lint",
    "test": "jest --config .jest.js --no-cache --collect-coverage",
    "coverage": "jest --config .jest.js --no-cache --collect-coverage --coverage",
    "version": "tsx scripts/generate-version.ts",
    "test:dekko": "tsx ./tests/dekko/index.test.ts",
    "clean": "rm -rf es lib coverage dist",
    "test:package-diff": "antd-tools run package-diff"
  },
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "dist",
    "es",
    "lib"
  ],
  "license": "MIT",
  "description": "placeholder for @ant-design/x-sdk",
  "dependencies": {
    "@rc-component/util": "^1.4.0"
  },
  "devDependencies": {
    "@types/react": "^19.0.2",
    "@types/react-dom": "^19.0.2",
    "jest-fetch-mock": "^3.0.3",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ant-design/x"
  }
}
