- Update package json with private repo

This commit is contained in:
2023-04-19 18:13:51 -04:00
parent 590552c874
commit 0339c25b26
2 changed files with 66 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "grow-api",
"name": "@mifi/grow-api",
"version": "0.0.1",
"main": "server.js",
"author": "mifi (Mike Fitzpatrick)",
@@ -44,9 +44,9 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@mifi/grow-db": "0.0.1",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"grow-db": "file:../grow-db",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0",
"koa": "^2.14.1",
@@ -63,5 +63,10 @@
"passport-google-oauth": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0"
},
"description": "",
"repository": {
"type": "git",
"url": "https://git.mifi.dev/mifi/grow-api.git"
}
}