dce-mango
Version:
Harvard DCE's Non-relational DB Wrapper.
54 lines (53 loc) • 1.46 kB
JSON
{
"name": "dce-mango",
"version": "2.1.1",
"description": "Harvard DCE's Non-relational DB Wrapper.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "rm -rf ./lib && tsc --project ./tsconfig.build.json",
"test": "jest --runInBand",
"test.cleanup": "ts-node ./tests/helpers/cleanupTestCollections"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvard-edtech/dce-mango.git"
},
"keywords": [
"DCE",
"Harvard",
"Mongo",
"Amazon",
"DocDB",
"Non-relational",
"DB"
],
"author": "Gabe Abrams <gabeabrams@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harvard-edtech/dce-mango/issues"
},
"homepage": "https://github.com/harvard-edtech/dce-mango#readme",
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {
"dotenv": "^16.0.3",
"mongodb": "^4.9.1",
"uuid": "^9.0.0"
}
}