You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"devDependencies": {
|
|
"@types/mongodb": "^4.0.7",
|
|
"bson": "^5.2.0",
|
|
"bson-schema-to-typescript": "^0.0.26",
|
|
"dotenv": "^16.0.3",
|
|
"json-schema-to-typescript": "^12.0.0",
|
|
"mongodb": "^5.2.0",
|
|
"mongodb-schema": "^10.0.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"node-options": "experimental-modules",
|
|
"scripts": {
|
|
"convert": "ts-node convert_types.ts"
|
|
}
|
|
}
|