aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index ac2ee96..eb53112 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,9 @@
"type": "git",
"url": "git://github.com/prettier/vim-prettier.git"
},
+ "scripts": {
+ "test": "LOG_LEVEL=error jest"
+ },
"dependencies": {
"@prettier/plugin-lua": "0.0.1",
"@prettier/plugin-php": "^0.10.2",
@@ -15,5 +18,10 @@
"@prettier/plugin-ruby": "^0.8.0",
"@prettier/plugin-swift": "prettier/plugin-swift",
"prettier": "^1.16.4"
+ },
+ "devDependencies": {
+ "colors": "^1.3.2",
+ "jest": "^23.6.0",
+ "vim-driver": "^1.0.0"
}
}