{ "name": "vim-prettier", "author": "Mitermayer Reis ", "version": "1.0.0-beta", "description": "Vim plugin for prettier", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/prettier/vim-prettier.git" }, "scripts": { "test": "vim --version && LOG_LEVEL=error jest", "lint": "vint --version && vint ." }, "dependencies": { "@prettier/plugin-lua": "0.0.1", "@prettier/plugin-php": "^0.16.3", "@prettier/plugin-ruby": "^0.8.0", "@prettier/plugin-xml": "^0.7.2", "prettier-plugin-svelte": "^2.3.1", "prettier": "^2.3.1" }, "devDependencies": { "colors": "^1.3.2", "jest": "^23.6.0", "vim-driver": "^1.0.0" } }