{
  "name": "@next-core/brick-types",
  "version": "2.102.0",
  "description": "Pure types for Brick Next",
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-types",
  "license": "GPL-3.0",
  "main": "dist/index.bundle.js",
  "module": "dist/index.esm.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist",
    ".schema"
  ],
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "{projectRoot}/dist",
          "{projectRoot}/.schema"
        ]
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:easyops-cn/next-core.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "prestart": "npm run clean",
    "start": "concurrently -k -n tsc,build \"npm run start:types\" \"npm run start:rollup\"",
    "start:rollup": "cross-env NODE_ENV='development' rollup --watch --config rollup.config.js",
    "start:types": "tsc --watch --project tsconfig.types.json",
    "prebuild": "npm run clean",
    "build": "npm run build:types && npm run build:rollup",
    "build:rollup": "cross-env NODE_ENV='production' rollup --config rollup.config.js",
    "build:types": "tsc --project tsconfig.types.json",
    "postbuild": "node scripts/post-build.js && npm run docs:build",
    "docs:build": "api-extractor run",
    "docs:dev": "api-extractor run --local --verbose"
  },
  "sideEffects": false,
  "devDependencies": {
    "@next-core/rollup-config-factory": "^2.8.0",
    "typescript-json-schema": "^0.54.0"
  },
  "peerDependencies": {
    "@fortawesome/fontawesome-svg-core": "*",
    "antd": "*",
    "history": "*",
    "path-to-regexp": "*"
  },
  "gitHead": "ac302b57ea243cb7b1b42c2175b94688f195e1b2"
}
