remove lambert-db

This commit is contained in:
Flam3rboy 2021-04-18 14:23:49 +02:00
parent 166a28a778
commit 4efe82f5fb
2 changed files with 11 additions and 1135 deletions

1135
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,16 +20,15 @@
}, },
"homepage": "https://github.com/fosscord/fosscord-server-util#readme", "homepage": "https://github.com/fosscord/fosscord-server-util#readme",
"dependencies": { "dependencies": {
"jsonwebtoken": "^8.5.1",
"lambert-db": "^1.1.7",
"missing-native-js-functions": "^1.2.2",
"mongodb": "^3.6.6",
"mongoose": "^5.12.3",
"mongoose-autopopulate": "^0.12.3",
"@types/jsonwebtoken": "^8.5.0", "@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1", "@types/mongoose-autopopulate": "^0.10.1",
"@types/mongoose-lean-virtuals": "^0.5.1", "@types/mongoose-lean-virtuals": "^0.5.1",
"@types/node": "^14.14.25", "@types/node": "^14.14.25",
"jsonwebtoken": "^8.5.1",
"missing-native-js-functions": "^1.2.2",
"mongodb": "^3.6.6",
"mongoose": "^5.12.3",
"mongoose-autopopulate": "^0.12.3",
"typescript": "^4.1.3" "typescript": "^4.1.3"
} }
} }