39 lines
891 B
JSON
39 lines
891 B
JSON
{
|
|
"name": "mongobase",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"lint": "eslint --ext .ts src/**",
|
|
"format": "eslint --ext .ts src/** --fix"
|
|
},
|
|
"author": "zhl",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@typegoose/typegoose": "^12.1.0",
|
|
"bson": "^4.0.4",
|
|
"mongoose": "^8.1.0",
|
|
"tracer": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "16",
|
|
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
"@typescript-eslint/parser": "^6.19.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"prettier": "^3.2.3",
|
|
"ts-node": "^10.9.2",
|
|
"tsup": "^8.0.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|