database package.json fix

master
Matthew 2022-03-01 12:46:29 -05:00
parent 56034c9921
commit 14c3c98630
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 4 additions and 1 deletions

View File

@ -2,9 +2,12 @@
"name": "cr-db",
"version": "1.0.0",
"description": "Database monorepo for CR microservices",
"main": "index.ts",
"main": "dist/index.js",
"author": "Matthew R, AD, FSEN",
"license": "MIT",
"scripts": {
"postinstall": "npx tsc -p tsconfig.json"
},
"dependencies": {
"@typegoose/typegoose": "^9.4.0",
"mongoose": "^6.1.3"