{
  "name": "@next-libs/storyboard-visualization",
  "version": "4.1.32",
  "description": "> TODO: description",
  "homepage": "https://github.com/easyops-cn/next-libs/tree/master/libs/storyboard-visualization",
  "license": "GPL-3.0",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:easyops-cn/next-libs.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "prestart": "npm run clean",
    "start": "concurrently -k -n types,main \"npm run start:types\" \"npm run start:main\"",
    "start:main": "cross-env NODE_ENV=development build-next-libs --watch",
    "start:types": "tsc --watch --emitDeclarationOnly --declaration --declarationDir dist/types",
    "prebuild": "npm run clean",
    "build": "npm run build:types && npm run build:main",
    "build:main": "cross-env NODE_ENV=production build-next-libs",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
    "postbuild": "node scripts/post-build.js",
    "test": "cross-env NODE_ENV='test' jest",
    "test:ci": "cross-env NODE_ENV='test' CI=true jest"
  },
  "sideEffects": false,
  "peerDependencies": {
    "@next-core/brick-dll": "*",
    "@next-dll/ace": "*",
    "@next-dll/d3": "*",
    "@next-dll/react-dnd": "*"
  },
  "dependencies": {
    "@next-core/brick-types": "^2.97.0",
    "@next-libs/basic-components": "^5.5.3",
    "classnames": "^2.3.2"
  },
  "gitHead": "1191bcd68082ba31f01d4bdbedddd80693e313c5"
}
