summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/package.json b/package.json
index 9acfd50..50b672b 100644
--- a/package.json
+++ b/package.json
@@ -7,9 +7,13 @@
   "author": "Alan Pearce <alan@alanpearce.eu>",
   "license": "MIT",
   "scripts": {
-    "dev:assist": "auto-install --yarn"
+    "dev:assist": "auto-install --yarn",
+    "format": "prettier-standard 'src/**/*.js'"
   },
   "devDependencies": {
-    "auto-install": "^1.7.4"
-  }
+    "auto-install": "^1.7.4",
+    "prettier-standard": "^5.1.0",
+    "standard": "^10.0.2"
+  },
+  "dependencies": {}
 }