{
  "name": "@jseeio/jsee",
  "version": "0.4.2",
  "description": "JavaScript Execution Environment",
  "main": "dist/jsee.js",
  "unpkg": "dist/jsee.js",
  "jsdelivr": "dist/jsee.js",
  "private": false,
  "scripts": {
    "build-dev": "webpack --mode=development --progress --stats-children --env DEVELOPMENT",
    "build": "webpack --mode=production --progress && webpack --mode=production --progress --env RUNTIME && npm test",
    "watch-dev": "nodemon --watch . --ignore dist,.git --ext vue,js,css,html --exec 'npm run build-dev'",
    "watch": "nodemon --watch . --ignore dist,.git --ext vue,js,css,html --exec 'npm run build-dev && npm run test:basic'",
    "prepublishOnly": "npm run build",
    "test": "npm run test:unit && npm run test:basic && npm run test:python",
    "test:unit": "jest --config jest.unit.config.js",
    "test:basic": "jest test/test-basic.test.js --detectOpenHandles",
    "test:python": "jest test/test-python.test.js --detectOpenHandles",
    "test-head": "HEADLESS=false npm test",
    "lint": "eslint src/ test/"
  },
  "bin": {
    "jsee": "./bin/jsee"
  },
  "author": "Anton Zemlyansky",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jseeio/jsee"
  },
  "homepage": "https://jsee.org",
  "bugs": {
    "url": "https://github.com/jseeio/jsee/issues"
  },
  "dependencies": {
    "@mdi/font": "^6.5.95",
    "bulma": "^0.9.3",
    "csv-parse": "^5.6.0",
    "dom-to-image": "^2.6.0",
    "express": "^4.21.2",
    "file-saver": "^2.0.2",
    "filtrex": "^2.2.3",
    "jsdoc-to-markdown": "^8.0.1",
    "katex": "^0.16.22",
    "minimist": "^1.2.8",
    "notyf": "^3.10.0",
    "showdown": "^1.9.1",
    "showdown-katex": "^0.8.0",
    "vue": "^3.2.47",
    "vue-file-picker": "^0.0.2",
    "vue-style-loader": "^4.1.3",
    "vue3-json-viewer": "^2.2.2",
    "vuex": "^4.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.21.4",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.16.5",
    "babel-loader": "^9.1.2",
    "css-loader": "^6.7.3",
    "eslint": "^8.57.1",
    "expect-puppeteer": "^11.0.0",
    "http-server": "^14.1.1",
    "jest": "^29.7.0",
    "jest-puppeteer": "^11.0.0",
    "nodemon": "^3.1.10",
    "puppeteer": "^24.10.2",
    "sass": "^1.83.4",
    "sass-loader": "^13.2.2",
    "source-map-loader": "^4.0.1",
    "style-loader": "^3.3.2",
    "terser-webpack-plugin": "^5.3.7",
    "uglify-es": "^3.3.9",
    "vue-loader": "^17.0.1",
    "webpack": "^5.78.0",
    "webpack-cli": "^5.0.1",
    "worker-loader": "^3.0.8"
  },
  "resolutions": {
    "ansi-regex": "5.0.1"
  }
}
