aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 85a2082..6fc32a1 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
10 "node-gyp": "^8.0" 10 "node-gyp": "^8.0"
11 }, 11 },
12 "scripts": { 12 "scripts": {
13 "prepare": "husky install",
13 "start": "node server.js", 14 "start": "node server.js",
14 "test": "node ace test", 15 "test": "node ace test",
15 "lint": "eslint --quiet --fix ./" 16 "lint": "eslint --quiet --fix ./"
@@ -53,7 +54,8 @@
53 "eslint-plugin-import": "^2.20.2", 54 "eslint-plugin-import": "^2.20.2",
54 "eslint-plugin-jsx-a11y": "^6.2.3", 55 "eslint-plugin-jsx-a11y": "^6.2.3",
55 "eslint-plugin-react": "^7.19.0", 56 "eslint-plugin-react": "^7.19.0",
56 "eslint-plugin-react-hooks": "^1.7.0" 57 "eslint-plugin-react-hooks": "^1.7.0",
58 "husky": "^6.0.0"
57 }, 59 },
58 "autoload": { 60 "autoload": {
59 "App": "./app" 61 "App": "./app"