{ "name": "ccd-firebase", "version": "0.0.1", "description": "Firebase for codingcat.cev", "devDependencies": { "ts-jest": "^26.4.4", "typescript": "^4.1.2", "prettier": "^2.2.1" }, "scripts": { "emulated-debug": "npm run --prefix ./functions build && firebase emulators:start --inspect-functions --export-on-exit=./backup/data/emulator --import=./backup/data/emulator", "emulated": "firebase emulators:start --export-on-exit=./backup/data/emulator --import=./backup/data/emulator", "ci:emulator": "firebase emulators:exec 'npm run --prefix ./tests test'", "lint": "npm run --prefix ./functions lint" }, "author": "Alex Patterson", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/ajonp/ccd-nextjs/issues" }, "homepage": "https://github.com/ajonp/ccd-nextjs#readme" }