{
  "name": "proskomma-cross",
  "version": "0.0.1-beta.4",
  "description": "A Scripture Runtime Engine",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/module.mjs",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "scripts": {
    "build": "rm -fr dist && vite build",
    "test": "export PKSRC=dist && bash -c \"tape -r @babel/register test/code/**/*.cjs | node_modules/tap-summary/bin/cmd.js\"",
    "win:test": "set PKSRC=dist&& bash -c \"tape -r @babel/register test/code/**/*.cjs | node_modules/tap-summary/bin/cmd.js\"",
    "rawTest": "export PKSRC=dist && bash -c \"tape -r @babel/register test/code/*.cjs\"",
    "oneTest": "bash -c \"tape -r @babel/register test/code/$TESTSCRIPT.cjs\"",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Proskomma/proskomma-core.git"
  },
  "keywords": [
    "USFM",
    "USX",
    "Scripture",
    "parser",
    "lexer",
    "Proskomma"
  ],
  "author": "Mark Howe",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Proskomma/proskomma-core/issues"
  },
  "homepage": "https://github.com/Proskomma/proskomma-core#readme",
  "dependencies": {
    "@babel/preset-env": "^7.20.2",
    "@graphql-tools/schema": "^9.0.3",
    "async-mutex": "^0.4.0",
    "base-64": "^1.0.0",
    "base64-js": "^1.5.1",
    "bitset": "^5.1.1",
    "buffer": "^6.0.3",
    "deep-copy-all": "^1.3.4",
    "deep-equal": "^2.0.5",
    "easy-crc32": "^0.0.2",
    "fs-extra": "^11.1.0",
    "graphql": "^v16.6.0",
    "proskomma-json-tools": "^0.6.5",
    "pure-uuid": "^1.6.2",
    "sax": "^1.2.4",
    "stream": "0.0.2",
    "string_decoder": "^1.3.0",
    "utf8-string-bytes": "^1.0.3",
    "util": "^0.12.4",
    "xregexp": "^5.1.1"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.19.1",
    "@babel/register": "^7.18.9",
    "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
    "events": "^3.3.0",
    "parcel": "^2.8.3",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "tap-summary": "^4.0.0",
    "tape": "^5.6.0",
    "typescript": "^4.9.5",
    "vite": "^4.1.4"
  },
  "targets": {
    "main": {
      "optimize": true
    },
    "browser": {
      "optimize": true
    },
    "module": {
      "optimize": true
    }
  }
}
