52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@payloadcms/db-mongodb",
|
|
"version": "0.0.1",
|
|
"description": "The officially supported MongoDB database adapter for Payload",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js",
|
|
"node": "./dist/index.js",
|
|
"require": "./dist/index.js"
|
|
}
|
|
}
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts",
|
|
"default": "./src/index.ts",
|
|
"node": "./src/index.ts",
|
|
"require": "./src/index.ts"
|
|
}
|
|
},
|
|
"repository": "https://github.com/payloadcms/payload",
|
|
"author": "Payload CMS, Inc.",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mongoose-aggregate-paginate-v2": "1.0.9",
|
|
"mongodb-memory-server": "8.13.0",
|
|
"payload": "workspace:*",
|
|
"@payloadcms/eslint-config": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"bson-objectid": "2.0.4",
|
|
"deepmerge": "4.3.1",
|
|
"get-port": "5.1.1",
|
|
"mongoose": "6.11.4",
|
|
"mongoose-aggregate-paginate-v2": "1.0.6",
|
|
"mongoose-paginate-v2": "1.7.22",
|
|
"uuid": "9.0.0"
|
|
}
|
|
}
|