@smartface/plugin-firebase
Version:
Smartface Firebase Plugin for Smartface Native Framework
34 lines (33 loc) • 743 B
JSON
{
"name": "@smartface/plugin-firebase",
"version": "7.2.1",
"description": "Smartface Firebase Plugin for Smartface Native Framework",
"repository": "https://github.com/smartface/sf-plugin-firebase",
"main": "dist/index",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"postinstall": "node postinstall.js"
},
"keywords": [
"smartface",
"plugins",
"firebase",
"crashlytics",
"javascript"
],
"author": {
"name": "Smartface",
"email": "info@smartface.io",
"url": "http://smartface.io"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@smartface/native": "4.3.5",
"@types/node": "^16.11.11",
"typescript": "^4.5.2"
}
}