{
  "name": "examma-ray",
  "version": "1.0.454",
  "description": "## Setup",
  "main": "dist/core.js",
  "types": "dist/core.d.ts",
  "files": [
    "dist",
    "template",
    "sample"
  ],
  "scripts": {
    "build": "tsc",
    "build-frontend": "webpack --config webpack.config.js",
    "copy-frontend-css": "cp frontend/*.css dist/frontend/",
    "prepublish": "rm -rf dist && npm run build && npm run build-frontend && npm run copy-frontend-css",
    "test": "TS_NODE_FILES=true mocha --recursive -r ts-node/register 'test/**/*.spec.ts'",
    "cypress:open": "CYPRESS_CRASH_REPORTS=0 cypress open",
    "cypress:run": "CYPRESS_CRASH_REPORTS=0 cypress run --headless --browser chrome",
    "gen-test-exams": "tsx test/test-exams/gen.ts",
    "serve-test-exams": "serve test/test-exams/out/",
    "docs": "typedoc --options typedoc.config.json"
  },
  "bin": {
    "examma-ray-init": "dist/bin/init.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamesjuett/examma-ray.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jamesjuett/examma-ray/issues"
  },
  "homepage": "https://github.com/jamesjuett/examma-ray#readme",
  "dependencies": {
    "@types/deep-equal": "^1.0.1",
    "@types/katex": "^0.11.0",
    "@types/minimist": "^1.2.2",
    "@types/node": "^14.17.9",
    "@types/shuffle-seed": "^1.1.0",
    "animal-avatar-generator": "^1.2.0",
    "axios": "^1.6.5",
    "blob-polyfill": "^5.0.20210201",
    "chart.js": "^2.9.4",
    "chroma-js": "^2.1.0",
    "codemirror": "^5.65.17",
    "colors": "^1.4.0",
    "deep-equal": "^2.0.5",
    "del": "^6.0.0",
    "glob": "^7.1.6",
    "handlebars": "^4.7.7",
    "he": "^1.2.0",
    "indent-string": "^4.0.0",
    "json-stable-stringify": "^1.0.1",
    "just-diff": "^5.1.1",
    "jwt-decode": "^4.0.0",
    "katex": "^0.11.1",
    "luxon": "^3.4.4",
    "minimist": "^1.2.5",
    "ncp": "^2.0.0",
    "node-chartist": "^1.0.5",
    "papaparse": "^5.3.0",
    "path-browserify": "^1.0.1",
    "random-seed": "^0.3.0",
    "randomcolor": "^0.6.2",
    "showdown": "^1.9.1",
    "showdown-highlight": "2.1.6",
    "showdown-katex": "^0.8.0",
    "shuffle-seed": "^1.1.6",
    "simple-statistics": "^7.4.0",
    "sortablejs": "^1.15.6",
    "storage-available": "^1.1.0",
    "toposort": "^2.0.2",
    "ts-dedent": "^2.2.0",
    "ts-expect": "^1.3.0",
    "tsx": "^4.19.2",
    "typescript": "^5.9.2",
    "unique-names-generator": "^4.4.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/bootstrap": "4.5",
    "@types/chai": "^4.2.15",
    "@types/chai-subset": "^1.3.3",
    "@types/chart.js": "^2.9.29",
    "@types/chroma-js": "^2.1.2",
    "@types/codemirror": "^5.60.16",
    "@types/colors": "^1.2.1",
    "@types/glob": "^7.1.3",
    "@types/he": "^1.1.1",
    "@types/javascript-time-ago": "^2.0.2",
    "@types/jquery": "^3.5.5",
    "@types/jsdom": "^16.2.13",
    "@types/jsdom-global": "^3.0.2",
    "@types/json-stable-stringify": "^1.0.32",
    "@types/luxon": "^3.4.2",
    "@types/mocha": "^8.2.2",
    "@types/ncp": "^2.0.5",
    "@types/papaparse": "^5.2.5",
    "@types/path-browserify": "^1.0.3",
    "@types/random-seed": "^0.3.3",
    "@types/randomcolor": "^0.5.9",
    "@types/showdown": "^1.9.3",
    "@types/sortablejs": "^1.10.7",
    "@types/toposort": "^2.0.7",
    "@types/uuid": "^8.3.0",
    "chai": "^4.3.4",
    "chai-subset": "^1.6.0",
    "css-loader": "^5.1.3",
    "cypress": "^15.1.0",
    "cypress-file-upload": "^5.0.8",
    "cypress-localstorage-commands": "^1.7.0",
    "fast-copy": "^3.0.2",
    "file-loader": "^6.2.0",
    "jquery": "^3.6.0",
    "jsdom": "^16.7.0",
    "mocha": "^8.3.2",
    "serve": "^12.0.0",
    "style-loader": "^2.0.0",
    "terser-webpack-plugin": "^5.1.1",
    "ts-loader": "^9.5.2",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.13",
    "webpack": "^5.26.3",
    "webpack-bundle-analyzer": "^4.4.0",
    "webpack-cli": "^4.5.0"
  }
}
