{
  "name": "@next-bricks/ai-portal",
  "version": "0.70.5",
  "homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
  "repository": {
    "type": "git",
    "url": "git@github.com:easyops-cn/next-advanced-bricks.git",
    "directory": "bricks/ai-portal"
  },
  "license": "GPL-3.0",
  "type": "module",
  "sideEffects": true,
  "files": [
    "dist",
    "dist-types",
    "docs"
  ],
  "types": "dist-types/jsx.d.ts",
  "exports": {
    "./package.json": "./package.json",
    "./dist/bricks.json": "./dist/bricks.json",
    "./dist/manifest.json": "./dist/manifest.json",
    ".": "./dist-types/jsx.d.ts",
    "./*": {
      "types": "./dist-types/*/index.d.ts"
    }
  },
  "scripts": {
    "start": "cross-env NODE_ENV=development build-next-bricks --watch",
    "build": "npm run build:main && npm run build:types",
    "build:main": "cross-env NODE_ENV=production build-next-bricks",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist-types --project tsconfig.json",
    "build:manifest": "cross-env NODE_ENV=production build-next-bricks --manifest-only",
    "test": "cross-env NODE_ENV='test' test-next",
    "test:ci": "cross-env NODE_ENV='test' CI=true test-next",
    "prepublishOnly": "cp package.json package.json.bak && npm pkg delete dependencies",
    "postpublish": "mv package.json.bak package.json"
  },
  "devDependencies": {
    "@next-core/build-next-bricks": "^1.25.1",
    "@next-core/test-next": "^2.0.1"
  },
  "peerDependencies": {
    "@next-bricks/advanced": "*",
    "@next-bricks/basic": "*",
    "@next-bricks/containers": "*",
    "@next-bricks/form": "*",
    "@next-bricks/form-platform": "*",
    "@next-bricks/icons": "*",
    "@next-bricks/markdown": "*",
    "@next-bricks/mini-chart": "*",
    "@next-bricks/presentational": "*",
    "@next-bricks/vs": "*"
  },
  "gitHead": "1da926000a60172245e80e6f1c3e73c9e8bf9dbb"
}
