{
  "name": "@smart-link/workflow-core",
  "version": "1.0.42",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "types/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build:types": "tsc",
    "build": "node ./script/build-lib.js",
    "build:watch": "node ./script/build-lib.js --watch",
    "release": "tsc && yarn build && npm publish --tag latest --access public"
  },
  "dependencies": {
    "@antv/dom-util": "~2.0.4",
    "@antv/g6": "~4.6.17",
    "@antv/util": "~2.0.17",
    "dayjs": "~1.10.6"
  },
  "devDependencies": {
    "@babel/cli": "7.18.6",
    "@babel/core": "7.18.6",
    "@babel/plugin-external-helpers": "7.18.6",
    "@babel/plugin-transform-object-assign": "^7.18.6",
    "@babel/plugin-transform-runtime": "7.18.6",
    "@babel/plugin-transform-typescript": "7.18.6",
    "@babel/preset-env": "7.18.6",
    "@babel/preset-typescript": "7.18.6",
    "@babel/runtime": "7.18.6",
    "chokidar": "3.5.3",
    "core-js": "^3.32.1",
    "cross-env": "^7.0.3",
    "fs-extra": "^10.1.0",
    "typescript": "^4.3.5",
    "yargs": "^17.5.1"
  },
  "files": [
    "dist/**",
    "types/**",
    "README.md"
  ],
  "sideEffects": false
}
