forked from prettier/vim-prettier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 733 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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"
}
}