{ "name": "markarth", "version": "0.1.0", "description": "Live preview local Markdown files in the browser", "main": "dist/index.js", "repository": { "type": "git", "url": "https://git.sr.ht/~simulacrumparty/markarth" }, "bin": { "markarth": "dist/index.js" }, "scripts": { "build": "tsc", "prepare" : "npm run build", "postversion" : "git push && git push --tags" }, "keywords": [], "author": "Dylan Baker ", "license": "MIT", "dependencies": { "argparse": "^1.0.10", "chokidar": "^2.0.4", "express": "^4.16.4", "remarkable": "^1.7.1", "ws": "^6.1.2" }, "devDependencies": { "@types/argparse": "^1.0.35", "@types/chokidar": "^1.7.5", "@types/express": "^4.16.0", "@types/remarkable": "^1.7.2", "@types/ws": "^6.0.1", "typescript": "^3.2.4" } }