{
  "name": "wysimark-standalone",
  "version": "1.0.0",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "description": "Re-packages Wysimark to be used by web components, vue and react in-browser, directly",
  "keywords": [],
  "repository": {
    "url": "git+https://github.com/jsheaven/wysimark-standalone.git",
    "type": "git"
  },
  "scripts": {
    "pretest": "yarn run build",
    "test": "playwright test",
    "clean": "rm -rf ./dist && rm -rf ./coverage",
    "prebuild": "yarn clean",
    "build": "yarn node --enable-source-maps ./build.mjs",
    "lint": "prettier --check .",
    "lint:fix": "prettier --write .",
    "pre-commit": "yarn lint",
    "pre-push": "yarn lint",
    "precli": "yarn build",
    "cli": "yarn node --enable-source-maps ./dist/cli.esm.js wysimarkstandalone --foo X"
  },
  "author": "Aron Homberg <info@aron-homberg.de>",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "import": "./dist/index.esm.js"
    }
  },
  "module": "./dist/javascript/index.esm.js",
  "main": "./dist/javascript/index.cjs.js",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@jsheaven/easybuild": "^1.2.9",
    "@playwright/test": "^1.42.1",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.30",
    "@vitest/browser": "^1.4.0",
    "jest": "^29.7.0",
    "prettier": "^2.8.8",
    "kleur": "^4.1.5",
    "yargs-parser": "^21.1.1",
    "vue": "^3.4.21",
    "ts-jest": "^29.0.0-next.1",
    "typescript": "^4.9.5",
    "webdriverio": "^8.35.1"
  },
  "dependencies": {
    "@wysimark/react": "^3.0.20",
    "@wysimark/standalone": "^3.0.20",
    "@wysimark/vue": "^3.0.20"
  }
}
