UNPKG

@accounts/mongo

Version:
50 lines (49 loc) 1.71 kB
{ "name": "@accounts/mongo", "version": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3", "description": "MongoDB adaptor for accounts", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "clean": "yarn run -T rimraf lib", "start": "yarn run -T tsc --watch", "precompile": "yarn run clean", "compile": "yarn run -T tsc", "prepublishOnly": "yarn run compile", "testonly": "yarn run -T jest --runInBand --forceExit", "test:watch": "yarn run -T jest --watch", "coverage": "yarn run testonly --coverage" }, "files": [ "src", "lib" ], "jest": { "testEnvironment": "node", "preset": "ts-jest" }, "repository": { "type": "git", "url": "https://github.com/accounts-js/accounts/tree/master/packages/database-mongo" }, "author": "Leo Pradel", "license": "MIT", "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0", "graphql-modules": "^3.0.0", "mongodb": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" }, "dependencies": { "@accounts/mongo-magic-link": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3", "@accounts/mongo-password": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3", "@accounts/mongo-sessions": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3", "tslib": "2.6.2" }, "devDependencies": { "@accounts/database-tests": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3", "@accounts/types": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3", "graphql": "16.8.1", "graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e", "mongodb": "6.4.0" } }