{
  "name": "@webwriter/branching-scenario",
  "version": "1.2.1",
  "publishConfig": {
    "access": "public"
  },
  "description": "Create adaptable learning experiences by authoring a gamebook, where you present the student with choices on how to continue.",
  "repository": "github:@webwriter-app/branching-scenario",
  "keywords": [
    "webwriter-widget",
    "widget-lang-en",
    "widget-lang-de",
    "widget-presentational",
    "widget-practical",
    "isced2011-1",
    "isced2011-2",
    "isced2011-3",
    "isced2011-4",
    "isced2011-5",
    "isced2011-6",
    "isced2011-7",
    "isced2011-8",
    "iscedf2013-01",
    "iscedf2013-02",
    "iscedf2013-03",
    "iscedf2013-04",
    "iscedf2013-05",
    "iscedf2013-06",
    "iscedf2013-07",
    "iscedf2013-08",
    "iscedf2013-09",
    "iscedf2013-10"
  ],
  "license": "MIT",
  "author": "Andreas Dymek",
  "scripts": {
    "prepublishOnly": "npx @webwriter/build",
    "dev": "npx @webwriter/build dev",
    "localize": "lit-localize extract && npx @webwriter/build localize && lit-localize build"
  },
  "dependencies": {
    "@lit/context": "^1.1.4",
    "@lit/localize": "^0.12.2",
    "@shoelace-style/shoelace": "^2.20.1",
    "@tabler/icons": "^3.36.1",
    "@webwriter/lit": "^2.1.8",
    "bootstrap-icons": "^1.13.1",
    "drawflow": "^0.0.60",
    "lit": "^3.3.2",
    "react-icons": "^5.5.0",
    "styled-components": "^6.2.0"
  },
  "devDependencies": {
    "@lit/localize-tools": "^0.8.0",
    "@types/drawflow": "^0.0.11",
    "typescript": "^5.4.5"
  },
  "exports": {
    "./widgets/webwriter-branching-scenario.*": {
      "source": "./src/widgets/webwriter-branching-scenario/webwriter-branching-scenario.ts",
      "default": "./dist/widgets/webwriter-branching-scenario.*"
    },
    "./snippets/art-of-europe.html": "./src/snippets/art-of-europe.html",
    "./widgets/webwriter-gamebook-branch.*": {
      "source": "./src/widgets/webwriter-gamebook-branch/webwriter-gamebook-branch.ts",
      "default": "./dist/widgets/webwriter-gamebook-branch.*"
    },
    "./widgets/webwriter-gamebook-branch-button.*": {
      "source": "./src/widgets/webwriter-gamebook-branch-button/webwriter-gamebook-branch-button.ts",
      "default": "./dist/widgets/webwriter-gamebook-branch-button.*"
    },
    "./widgets/webwriter-gamebook-button.*": {
      "source": "./src/widgets/webwriter-gamebook-button/webwriter-gamebook-button.ts",
      "default": "./dist/widgets/webwriter-gamebook-button.*"
    },
    "./widgets/webwriter-gamebook-page.*": {
      "source": "./src/widgets/webwriter-gamebook-page/webwriter-gamebook-page.ts",
      "default": "./dist/widgets/webwriter-gamebook-page.*"
    },
    "./widgets/webwriter-gamebook-popup.*": {
      "source": "./src/widgets/webwriter-gamebook-popup/webwriter-gamebook-popup.ts",
      "default": "./dist/widgets/webwriter-gamebook-popup.*"
    },
    "./package.json": "./package.json",
    "./icon": "./icon.svg",
    "./editing-config.json": "./editing-config.json",
    "./custom-elements.json": "./custom-elements.json"
  },
  "editingConfig": {
    ".": {},
    "./widgets/webwriter-branching-scenario": {
      "definingAsContext": true,
      "content": "(webwriter-gamebook-page | webwriter-gamebook-popup | webwriter-gamebook-branch)*"
    },
    "./widgets/webwriter-gamebook-page": {
      "draggable": false,
      "definingForContent": true,
      "content": "(flow)*",
      "uninsertable": true
    },
    "./widgets/webwriter-gamebook-popup": {
      "draggable": false,
      "definingForContent": true,
      "content": "(flow)*",
      "uninsertable": true
    },
    "./widgets/webwriter-gamebook-branch": {
      "draggable": false,
      "content": "",
      "uninsertable": true
    },
    "./widgets/webwriter-gamebook-branch-button": {
      "content": "",
      "uninsertable": true
    },
    "./widgets/webwriter-gamebook-button": {
      "content": "",
      "uninsertable": true
    },
    "./widgets/node-detail-view": {
      "selectable": false
    }
  },
  "customElements": "custom-elements.json"
}