diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-06-11 01:15:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 01:15:01 +0300 |
commit | 40b804ffdd26a0c9bab95b4ec6a539d9fe429ed3 (patch) | |
tree | 7cdb3cb7b86e3333c15bbaefe14fe228cc93d023 /package.json | |
parent | de9771959850f193f173616b73099c3ae6f010c9 (diff) | |
parent | d40f6e6cf8150f9e112d0b5d8d7075c2fc90264b (diff) | |
download | which-api-40b804ffdd26a0c9bab95b4ec6a539d9fe429ed3.tar.gz |
Merge pull request #3 from eug-vs/hooks
Expand authorId field in polls
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" + } } |