aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index 5b25aac..6fc32a1 100644
--- a/package.json
+++ b/package.json
@@ -4,10 +4,16 @@
4 "adonis-version": "4.1.0", 4 "adonis-version": "4.1.0",
5 "description": "Ferdi server to replace the default Franz server.", 5 "description": "Ferdi server to replace the default Franz server.",
6 "main": "index.js", 6 "main": "index.js",
7 "engines": {
8 "node": "^14.16",
9 "npm": "^6.14",
10 "node-gyp": "^8.0"
11 },
7 "scripts": { 12 "scripts": {
13 "prepare": "husky install",
8 "start": "node server.js", 14 "start": "node server.js",
9 "test": "node ace test", 15 "test": "node ace test",
10 "lint": "eslint --fix ./" 16 "lint": "eslint --quiet --fix ./"
11 }, 17 },
12 "keywords": [ 18 "keywords": [
13 "adonisjs", 19 "adonisjs",
@@ -48,7 +54,8 @@
48 "eslint-plugin-import": "^2.20.2", 54 "eslint-plugin-import": "^2.20.2",
49 "eslint-plugin-jsx-a11y": "^6.2.3", 55 "eslint-plugin-jsx-a11y": "^6.2.3",
50 "eslint-plugin-react": "^7.19.0", 56 "eslint-plugin-react": "^7.19.0",
51 "eslint-plugin-react-hooks": "^1.7.0" 57 "eslint-plugin-react-hooks": "^1.7.0",
58 "husky": "^6.0.0"
52 }, 59 },
53 "autoload": { 60 "autoload": {
54 "App": "./app" 61 "App": "./app"