{
  "name": "@magickml/behave-graph",
  "version": "0.14.15",
  "type": "commonjs",
  "types": "./dist/types/index.d.ts",
  "main": "./dist/node/index.js",
  "browser": "./dist/browser/index.js",
  "source": "./src/index.ts",
  "scripts": {
    "postbuild": "node postbuild.js",
    "build:node": "tsc -p tsconfig.node.json",
    "build:browser": "tsc -p tsconfig.browser.json",
    "build": " npm run build:node && npm run build:browser && npm run postbuild",
    "dev": "tsc --watch",
    "test": "jest"
  }
}
