diff options
author | ilyayudovin <ilyayudovin123.@mail.com> | 2020-06-09 13:14:57 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123.@mail.com> | 2020-06-09 13:14:57 +0300 |
commit | aa01e258948a13abafa7c441a7b82e5c2fb676b9 (patch) | |
tree | b12c66b01786823671118be8f660c9fb1562abf4 /package.json | |
parent | 977992eb70a0ca3b702e116b628d37ac75e667d1 (diff) | |
download | which-api-aa01e258948a13abafa7c441a7b82e5c2fb676b9.tar.gz |
feat: create user service
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/package.json b/package.json index 8a8afee..758cb99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "@oneflow/which-api", "version": "1.0.0", - "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -14,5 +13,14 @@ "@feathersjs/feathers": "^4.5.3", "@feathersjs/socketio": "^4.5.4", "@feathersjs/transport-commons": "^4.5.3" - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/eug-vs/which-api.git" + }, + "bugs": { + "url": "https://github.com/eug-vs/which-api/issues" + }, + "homepage": "https://github.com/eug-vs/which-api#readme", + "description": "" } |