{
  "name": "scxml",
  "version": "5.0.4",
  "description": "SCION provides a system for developing with SCXML/Statecharts in JavaScript",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "bootstrap": "lerna bootstrap",
    "build": "npm run bootstrap && lerna run --sort build && npm run copy-dist",
    "copy-dist": "mkdir -p dist && cp projects/libraries/scxml/dist/scxml*.js dist/ && cp projects/devtools/debug/dist/scxml.debug.js dist/ && cp projects/libraries/core/dist/core.* dist/ && cp projects/libraries/schviz/dist/schviz.* dist/",
    "version": "lerna version --no-git-tag-version --no-push",
    "push": "lerna exec --concurrency 1 'pwd; git push origin'",
    "commit": "lerna exec --concurrency 1 'if [ \"$( git status --porcelain )\" ]; then pwd; git diff | less; git commit -a; fi;'",
    "commit-packages": "lerna exec --concurrency 1 'if [ \"$( git status --porcelain )\" ]; then pwd; git commit -a -m \"Update package version\"; fi;'",
    "publish-deps": "bash scripts/publish.sh"
  },
  "author": "",
  "license": "See LICENSE in LICENSE",
  "devDependencies": {
    "lerna": "^3.4.0"
  },
  "dependencies": {
    "react": "^15.6.1",
    "react-dom": "^15.6.1"
  },
  "filename": "scxml.min.js",
  "npmName": "scxml",
  "npmFileMap": [
    {
      "basePath": "dist",
      "files": [
        "core.js",
        "core.js.map",
        "core.min.js",
        "schviz.js",
        "schviz.js.map",
        "schviz.min.js",
        "schviz.min.js.map",
        "scxml.debug.js",
        "scxml.js",
        "scxml.min.js"
      ]
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/scion-scxml/scion.git"
  },
  "homepage": "https://scion.scxml.io",
  "files": [
    "README.md",
    "dist/core.js",
    "dist/core.js.map",
    "dist/core.min.js",
    "dist/schviz.js",
    "dist/schviz.js.map",
    "dist/schviz.min.js",
    "dist/schviz.min.js.map",
    "dist/scxml.debug.js",
    "dist/scxml.js",
    "dist/scxml.min.js"
  ],
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/SCION"
  }
}
