flexiblepersistence
Version:
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "flexiblepersistence",
"version": "1.0.32",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "",
"lint": "tslint \"src/**/*.ts\"",
"test": "jest",
"prestart": "",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Judahh/flexiblePersistence.git"
},
"author": "Judah Holanda Correia Lima <judahholanda7@gmail.com> (https://judahh.com)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Judahh/flexiblePersistence/issues"
},
"homepage": "https://github.com/Judahh/flexiblePersistence#readme",
"dependencies": {
"mongodb": "^3.4.1",
"mongoose": "^5.8.7"
},
"devDependencies": {
"@types/node": "^13.1.6",
"@types/jest": "^24.0.25",
"@types/mongodb": "3.3.14",
"@types/mongoose": "^5.5.41",
"@types/reflect-metadata": "^0.1.0",
"jest": "^24.9.0",
"ts-jest": "^24.3.0",
"tslint": "^5.20.1",
"reflect-metadata": "^0.1.13",
"typescript": "3.7.4"
}
}