firebase-lib-db
Version:
Database Lib to access Firestore (CRUD) and Cache Data
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "firebase-lib-db",
"version": "2.1.3",
"description": "Database Lib to access Firestore (CRUD) and Cache Data",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"files": [
"dist",
"v2"
],
"scripts": {
"test": "jest",
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShreditPlatform/firebase-lib-db.git"
},
"keywords": [
"Firebase",
"Lib",
"DB"
],
"author": "Marcus Cartágenes",
"license": "ISC",
"bugs": {
"url": "https://github.com/ShreditPlatform/firebase-lib-db/issues"
},
"homepage": "https://github.com/ShreditPlatform/firebase-lib-db#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.14.202",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
"firebase-admin": "^12.0.0",
"lodash": "^4.17.21",
"redis": "^4.6.13",
"winston": "^3.11.0"
}
}