diff options
author | eug-vs <eug-vs@keemail.me> | 2020-06-10 18:41:46 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-06-10 18:41:46 +0300 |
commit | 57275beb2ee3224994386ce616f86dbee292e2ee (patch) | |
tree | 681f126a5bf771a1f9d3b30a9ab9fd4c8611b4b0 /package.json | |
parent | de9771959850f193f173616b73099c3ae6f010c9 (diff) | |
download | which-api-57275beb2ee3224994386ce616f86dbee292e2ee.tar.gz |
chore: install cors, bluebird and logash w/ types
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/package.json b/package.json index 6e1f213..24616e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@oneflow/which-api", + "name": "which-api", "version": "1.0.0", - "main": "index.js", + "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -13,8 +13,9 @@ "@feathersjs/feathers": "^4.5.3", "@feathersjs/socketio": "^4.5.4", "@feathersjs/transport-commons": "^4.5.3", - "@types/mongoose": "^5.7.23", + "cors": "^2.8.5", "feathers-mongoose": "^8.3.0", + "lodash": "^4.17.15", "mongoose": "^5.9.18" }, "repository": { @@ -25,5 +26,11 @@ "url": "https://github.com/eug-vs/which-api/issues" }, "homepage": "https://github.com/eug-vs/which-api#readme", - "description": "" + "description": "", + "devDependencies": { + "@types/bluebird": "^3.5.32", + "@types/cors": "^2.8.6", + "@types/lodash": "^4.14.155", + "@types/mongoose": "^5.7.23" + } } |