{ "name": "nushell.github.io", "version": "0.0.0", "description": "The Nushell website (nushell.sh)", "repository": "github:nushell/nushell.github.io", "type": "module", "scripts": { "dev": "vuepress dev", "build": "vuepress build", "prepare": "husky install", "pretty": "prettier --write ." }, "license": "MIT", "devDependencies": { "@vuepress/plugin-git": "2.0.0-beta.51", "@vuepress/plugin-back-to-top": "2.0.0-beta.51", "@vuepress/plugin-docsearch": "2.0.0-beta.51", "@vuepress/plugin-medium-zoom": "2.0.0-beta.51", "@vuepress/theme-default": "2.0.0-beta.51", "husky": "^8.0.1", "lint-staged": "^13.0.3", "prettier": "^2.7.1", "vuepress": "2.0.0-beta.51", "vuepress-plugin-feed2": "2.0.0-beta.95", "vuepress-plugin-sitemap2": "2.0.0-beta.95" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" }, "dependencies": {} }