UNPKG

@stoqey/firestore

Version:

NodeJS Firebase Firestore CRUD library

65 lines (64 loc) 1.54 kB
{ "name": "@stoqey/firestore", "private": false, "version": "0.0.8", "description": "NodeJS Firebase Firestore CRUD library", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "register/", "LICENSE" ], "scripts": { "lint": "tslint \"src/**/*.ts\" --project tsconfig.json", "build": "rimraf dist && tsc", "test-spec": "mocha test/**/*test.ts --project test.tsconfig.json --exit", "test": "npm run test-spec", "prepublishOnly": "npm run build && npm test" }, "engines": { "node": ">=4.2.0" }, "repository": { "type": "git", "url": "git://github.com/stoqey/firestore.git" }, "keywords": [ "firebase", "firestore", "cloud-database" ], "author": { "name": "Ceddy Muhoza", "email": "ceddymuhoza@gmail.com", "url": "http://ceddy.org" }, "license": "MIT", "bugs": { "url": "https://github.com/stoqey/firestore/issues" }, "homepage": "https://github.com/stoqey/firestore", "devDependencies": { "@types/chai": "^4.0.4", "@types/lodash": "^4.14.144", "@types/mocha": "^8.0.3", "@types/node": "^10.0.3", "@types/source-map-support": "^0.4.0", "chai": "^4.0.1", "dotenv": "^8.2.0", "mocha": "^8.2.0", "rimraf": "^2.5.4", "ts-node": "^8.4.1", "tslint": "^5.11.0", "tslint-config-standard": "^8.0.1", "typescript": "^3.2.4" }, "peerDependencies": { "typescript": ">=2.0" }, "dependencies": { "firebase-admin": "^9.3.0", "lodash": "^4.17.15" } }