database package.json fix
parent
56034c9921
commit
14c3c98630
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue