@mismith/firebase-tools
Version:
Various helpers and utilities for dealing with Firebase in both the browser and server-side within cloud functions.
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "@mismith/firebase-tools",
"version": "1.4.1",
"description": "Various helpers and utilities for dealing with Firebase in both the browser and server-side within cloud functions.",
"main": "dist/client/index.js",
"types": "dist/client/index.d.ts",
"scripts": {
"lint": "tslint --project tsconfig.json",
"build": "tsc",
"test": "jest",
"dev": "jest --watchAll",
"compile": "rm -rf dist && npm run build",
"prepublishOnly": "npm run compile"
},
"files": [
"dist"
],
"dependencies": {
"axios": "^0.24.0"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^4.4.4"
},
"keywords": [
"firebase",
"functions",
"invite",
"invitation",
"dynamic",
"link",
"web"
],
"repository": {
"type": "git",
"url": "git://github.com/mismith/firebase-tools.git"
},
"license": "MIT"
}