UNPKG

@nxextensions/firebase

Version:

An Nx plugin for firebase applications that would like to run the emulators in conjunction with their app

40 lines 996 B
{ "name": "@nxextensions/firebase", "version": "1.5.1", "private": false, "description": "An Nx plugin for firebase applications that would like to run the emulators in conjunction with their app", "repository": { "type": "git", "url": "git+https://github.com/duncanmcpherson/nx-tools.git", "directory": "packages/firebase" }, "keywords": [ "NX", "Front-end", "firebase", "emulators" ], "main": "./src/index.js", "typings": "./src/index.d.ts", "author": "Duncan McPherson", "license": "MIT", "bugs": { "url": "https://github.com/duncanmcpherson/nx-tools/issues" }, "dependencies": { "@nx/devkit": ">=19.6.4", "tslib": "^2.3.0", "event-stream": "^4.0.1", "readline": "^1.3.0" }, "publishConfig": { "access": "public" }, "executors": "./executors.json", "generators": "./generators.json", "nx-migrations": { "migrations": "./migrations.json" }, "type": "commonjs", "types": "./src/index.d.ts" }