aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-08 15:33:02 +0300
committereug-vs <eug-vs@keemail.me>2020-06-08 15:33:02 +0300
commit449726aea3622544cd1ab593c19a36b2a71bd2ae (patch)
treecff6036d3cc39ecf1cd07408f5da66753b641929 /package.json
parent070484dda901ceb8c37dc39307cdcf63687d4e10 (diff)
downloadwhich-api-449726aea3622544cd1ab593c19a36b2a71bd2ae.tar.gz
chore: install feathers
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 58d24c3..5720ee9 100644
--- a/package.json
+++ b/package.json
@@ -8,5 +8,8 @@
},
"keywords": [],
"author": "",
- "license": "ISC"
+ "license": "ISC",
+ "dependencies": {
+ "@feathersjs/feathers": "^4.5.3"
+ }
}