a8e788a215
subrepo: subdir: "dotfiles/.vim/plugged/vim-prettier" merged: "5e6cca21" upstream: origin: "https://github.com/prettier/vim-prettier.git" branch: "master" commit: "5e6cca21" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
28 lines
No EOL
733 B
JSON
28 lines
No EOL
733 B
JSON
{
|
|
"name": "vim-prettier",
|
|
"author": "Mitermayer Reis <mitermayer.reis@gmail.com>",
|
|
"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"
|
|
}
|
|
} |