2021-12-23 21:51:25 -05:00
|
|
|
{
|
|
|
|
"name": "cr-db",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Database monorepo for CR microservices",
|
2022-03-01 12:50:40 -05:00
|
|
|
"main": "index.js",
|
2021-12-23 21:51:25 -05:00
|
|
|
"author": "Matthew R, AD, FSEN",
|
|
|
|
"license": "MIT",
|
2022-03-01 12:46:29 -05:00
|
|
|
"scripts": {
|
|
|
|
"postinstall": "npx tsc -p tsconfig.json"
|
|
|
|
},
|
2021-12-23 21:51:25 -05:00
|
|
|
"dependencies": {
|
2023-02-11 21:03:39 -05:00
|
|
|
"@typegoose/typegoose": "^10.1.1",
|
|
|
|
"mongoose": "^6.9.1"
|
2022-02-28 12:07:01 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^4.5.5"
|
2021-12-23 21:51:25 -05:00
|
|
|
}
|
|
|
|
}
|