firebase-admin-ql
Version:
A powerful library that bridges Firebase Admin SDK with PostgreSQL, simplifies interaction with stored procedures, facilitates seamless third-party API calls using fetch, and provides utility functions to streamline backend operations.
55 lines (51 loc) • 1.33 kB
JSON
{
"name": "firebase-admin-ql",
"version": "7.2.3",
"types": "dist/index.d.ts",
"description": "A powerful library that bridges Firebase Admin SDK with PostgreSQL, simplifies interaction with stored procedures, facilitates seamless third-party API calls using fetch, and provides utility functions to streamline backend operations.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/breedware/firebase-admin-ql"
},
"keywords": [
"firebase",
"firebase-admin",
"postgresql",
"stored-procedures",
"database-integration",
"api-fetch",
"utilities",
"backend-tools",
"nodejs",
"typescript",
"firebase-postgresql",
"third-party-api",
"server-sdk",
"firebase-integration"
],
"scripts": {
"test": "jest",
"build": "tsc",
"prepublishOnly": "npm run build",
"postpublish": "git push"
},
"author": "Breedware Limited",
"license": "ISC",
"dependencies": {},
"peerDependencies": {
"firebase-admin": "*",
"firebase-functions": "*",
"knex": "*",
"pg": "*"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/pg": "^8.11.10",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2"
}
}