{ "name": "docs", "version": "1.0.0", "description": "Ethermint Documentation", "main": "index.js", "scripts": { "preserve": "./pre.sh", "serve": "vuepress dev", "build": "vuepress build", "docs:build": "vuepress build docs", "postserve": "./post.sh", "prebuild": "./pre.sh", "postbuild": "./post.sh" }, "keywords": [ "ethermint", "cosmos", "ethereum", "blockchain", "cryptocurrency", "evm" ], "author": "Tharsis", "license": "ISC", "dependencies": { "entities": "^2.0.3", "markdown-it": "^12.0.6", "markdown-it-katex": "^2.0.3", "vuepress-theme-cosmos": "^1.0.182" }, "devDependencies": { "vuepress-plugin-element-tabs": "^0.2.8", "watchpack": "^1.7.2" }, "resolutions": { "serialize-javascript": "^4.0.0" } }