{ "name": "markdown-preview", "version": "1.1.0", "description": "", "main": "app.js", "scripts": { "pretest": "xo", "start": "node app.js", "build": "./node_modules/.bin/rollup -c" }, "dependencies": { "directory-tree": "^2.0.0", "express": "^4.15.5", "rehype-format": "3.x.x", "rehype-katex": "2.x.x", "rehype-raw": "4.x.x", "rehype-stringify": "6.x.x", "remark": "11.x.x", "remark-custom-blocks": "^2.1.1", "remark-highlight.js": "^5.0.0", "remark-html": "10.x.x", "remark-iframes": "3.x.x", "remark-kbd": "^1.0.6", "remark-line-input": "0.6.x", "remark-text-input": "0.7.x", "remark-math": "2.x.x", "remark-multiple-choice": "^0.1.0", "remark-parse": "7.x.x", "remark-preset-lint-markdown-style-guide": "^2.1.1", "remark-rehype": "5.x.x", "remark-select": "", "unified": "8.x.x", "vfile-reporter": "6.x.x" }, "author": "Titely", "license": "", "devDependencies": { "ava": "2.4.x", "unist-util-inspect": "5.x.x", "rollup": "1.27.x", "rollup-plugin-commonjs": "10.x.x", "@rollup/plugin-json": "4.x.x", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.2.0", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-uglify": "6.0.x", "del-cli": "3.x.x", "xo": "0.25.x" }, "xo": { "space": true, "rules": { "comma-dangle": [ "error", "always-multiline" ] } } }