UNPKG

2.57 kBJSONView Raw
1{
2 "name": "@forest-fire/real-time-admin",
3 "version": "0.58.1",
4 "description": "Helpful abstraction on the Firebase admin API",
5 "license": "MIT",
6 "repository": "https://github.com/forest-fire/universal-fire",
7 "author": "Ken Snyder <ken@ken.net>",
8 "keywords": [
9 "firebase",
10 "typescript",
11 "nodejs",
12 "utility",
13 "admin"
14 ],
15 "main": "dist/cjs/index.js",
16 "module": "dist/es/index.js",
17 "types": "dist/types/index.d.ts",
18 "sideEffects": false,
19 "files": [
20 "dist"
21 ],
22 "scripts": {
23 "clean": "rimraf dist/**/*",
24 "clean:nuclear": "rimraf lib node_modules && rm yarn.lock && yarn cache clean && yarn && yarn upgrade",
25 "watch": "run-p watch:esnext watch:cjs",
26 "watch:esnext": "rollup -c -w",
27 "watch:cjs": "tsc -P tsconfig.es.json -w",
28 "lint": "tslint --force --format verbose \"src/**/*.ts\"",
29 "build:nuclear": "yarn clean:nuclear && yarn build",
30 "test": "yarn do test",
31 "docs": "vuepress docs",
32 "build:docs": "vuepress build docs",
33 "coverage": "nyc --include='src/**/*.ts' --reporter=text --reporter=html --reporter=lcov mocha --compilers ts:ts-node/register --recursive 'test/**/*.test.ts'"
34 },
35 "devDependencies": {
36 "@firebase/app": "^0.6.4",
37 "@forest-fire/abstracted-database": "^0.58.1",
38 "@forest-fire/serialized-query": "^0.58.1",
39 "@types/chai": "^4.2.11",
40 "@types/faker": "^4.1.12",
41 "@types/js-yaml": "^3.12.1",
42 "@types/lodash.first": "^3.0.6",
43 "@types/lodash.last": "^3.0.6",
44 "@types/mocha": "^7.0.2",
45 "@types/node": "^10.0.0",
46 "@types/rimraf": "^2.0.3",
47 "async-shelljs": "^0.1.4",
48 "chai": "^4.2.0",
49 "chalk": "3.0.0",
50 "do-devops": "^0.3.21",
51 "firebase-admin": "^8.13.0",
52 "firemock": "^0.55.4",
53 "js-yaml": "^3.13.1",
54 "mocha": "^7.1.1",
55 "npm-run-all": "^4.1.5",
56 "nyc": "^15.0.0",
57 "rimraf": "^3.0.2",
58 "test-console": "^1.1.0",
59 "ts-mocha": "^7.0.0",
60 "ts-node": "^8.9.1",
61 "tslint": "^6.1.2",
62 "typescript": "^3.9.5"
63 },
64 "peerDependencies": {
65 "firebase-admin": "^8.13.0"
66 },
67 "optionalDependencies": {
68 "firemock": "^0.58.1"
69 },
70 "dependencies": {
71 "@firebase/database-types": "^0.5.1",
72 "@forest-fire/real-time-db": "^0.58.1",
73 "@forest-fire/types": "^0.58.0",
74 "@forest-fire/utility": "^0.58.0",
75 "common-types": "^1.15.8",
76 "is-gzip": "^2.0.0",
77 "lodash.first": "^3.0.0",
78 "lodash.last": "^3.0.0",
79 "typed-conversions": "^0.11.1"
80 },
81 "engines": {
82 "node": ">=8.13.0"
83 },
84 "gitHead": "4503b7ec26cb75dd1ff8cb2a3661fa868c6c370c"
85}