aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-30 08:38:50 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-30 08:38:53 -0500
commit5e34a4b22d82e0dc43fa48c9481a0e500ad729f4 (patch)
treeae106d6df9cb0a2b5ff67b756011f53ee4fbc696 /package.json
parentdocs: add nathanaelhoun as a contributor for review (#13) [skip ci] (diff)
downloadferdium-server-5e34a4b22d82e0dc43fa48c9481a0e500ad729f4.tar.gz
ferdium-server-5e34a4b22d82e0dc43fa48c9481a0e500ad729f4.tar.zst
ferdium-server-5e34a4b22d82e0dc43fa48c9481a0e500ad729f4.zip
Regenerate contributors [skip ci]
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index d7d8400..477590d 100644
--- a/package.json
+++ b/package.json
@@ -12,13 +12,15 @@
12 "prepare": "is-ci || husky install", 12 "prepare": "is-ci || husky install",
13 "start": "node server.js", 13 "start": "node server.js",
14 "test": "node ace test", 14 "test": "node ace test",
15 "lint": "eslint \"{app,public,start}/**/*.js\" --quiet --fix" 15 "lint": "eslint \"{app,public,start}/**/*.js\" --quiet --fix",
16 "contributors": "all-contributors"
16 }, 17 },
17 "keywords": [ 18 "keywords": [
18 "adonisjs", 19 "adonisjs",
19 "adonis-app" 20 "adonis-app"
20 ], 21 ],
21 "author": "", 22 "author": "",
23 "homepage": "https://github.com/ferdium/ferdium-server",
22 "license": "MIT License", 24 "license": "MIT License",
23 "private": true, 25 "private": true,
24 "dependencies": { 26 "dependencies": {
@@ -49,6 +51,7 @@
49 "uuid": "^8.3.2" 51 "uuid": "^8.3.2"
50 }, 52 },
51 "devDependencies": { 53 "devDependencies": {
54 "all-contributors-cli": "^6.20.0",
52 "eslint": "^7.32.0", 55 "eslint": "^7.32.0",
53 "eslint-config-airbnb-base": "^14.2.1", 56 "eslint-config-airbnb-base": "^14.2.1",
54 "eslint-plugin-import": "^2.23.4", 57 "eslint-plugin-import": "^2.23.4",