{
  "name": "run-the-docs",
  "version": "0.0.2",
  "description": "Lightweight scientific Python REPLs in the browser. Powered by Web Assembly and Pyodide.",
  "keywords": [
    "javascript",
    "web assembly",
    "python",
    "pyodide",
    "repl",
    "react",
    "Jupyter",
    "data science",
    "Run the Docs"
  ],
  "author": {
    "name": "Jonathan Dinu",
    "url": "https://dapperdata.club/"
  },
  "license": "MPL",
  "homepage": "https://github.com/psychothan/runthedocs",
  "bugs": "https://github.com/psychothan/runthedocs/issues",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "repository": {
    "url": "https://github.com/psychothan/runthedocs.git",
    "type": "git"
  },
  "files": [
    "dist/**/*.js",
    "src/**/*.js",
    "src/prism.css"
  ],
  "scripts": {
    "build": "rollup -c",
    "pretest": "npm run build",
    "test": "npx serve tests",
    "lint": "eslint --fix src",
    "examples": "npx serve",
    "prepublishOnly": "rm -rf dist && npm run lint && npm run build"
  },
  "prettier": {
    "tabWidth": 2,
    "semi": true,
    "singleQuote": true
  },
  "devDependencies": {
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-private-methods": "^7.10.4",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-react": "^7.8.3",
    "@babel/register": "^7.11.5",
    "@fortawesome/fontawesome-svg-core": "^1.2.27",
    "@fortawesome/free-solid-svg-icons": "^5.12.1",
    "@fortawesome/react-fontawesome": "^0.1.9",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-json": "^4.0.3",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@rollup/plugin-replace": "^2.3.2",
    "@rollup/plugin-sucrase": "^3.0.1",
    "babel-eslint": "^10.1.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "chai": "^4.2.0",
    "clipboard": "^2.0.5",
    "eslint": "^7.9.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-prettier": "^3.1.4",
    "ignore-styles": "^5.0.1",
    "ionicons": "^5.0.0",
    "mocha": "^8.1.3",
    "postcss": "^8.3.0",
    "prettier": "^2.1.2",
    "prismjs": "^1.20.0",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "react-simple-code-editor": "^0.11.0",
    "rollup": "^2.50.3",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "tippy.js": "^6.2.3"
  },
  "peerDependencies": {},
  "dependencies": {
    "postcss-nested": "^5.0.5"
  }
}
