UNPKG

2.67 kBJSONView Raw
1{
2 "name": "@forest-fire/real-time-client",
3 "version": "0.56.4",
4 "description": "Client SDK for the Real Time database",
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 dist node_modules yarn.lock && yarn cache clean && yarn && yarn upgrade",
25 "watch": "run-p watch:esnext ",
26 "watch:esnext": "tsc -P tsconfig.es.json -w",
27 "build:nuclear": "run-s clean:nuclear build",
28 "test": "jest",
29 "watch:test": "npm run test -- --watch"
30 },
31 "devDependencies": {
32 "@firebase/app": "^0.6.8",
33 "@firebase/app-types": "^0.6.1",
34 "@firebase/auth-types": "^0.10.1",
35 "@firebase/database-types": "^0.5.1",
36 "@forest-fire/serialized-query": "^0.56.4",
37 "@rollup/plugin-commonjs": "^13.0.0",
38 "@rollup/plugin-node-resolve": "^8.1.0",
39 "@types/events": "^3.0.0",
40 "@types/faker": "^4.1.12",
41 "@types/jest": "^26.0.3",
42 "@types/js-yaml": "^3.12.1",
43 "@types/lodash.first": "^3.0.3",
44 "@types/lodash.last": "^3.0.3",
45 "@types/mocha": "^7.0.2",
46 "@types/node": "^10.16.0",
47 "@types/rimraf": "^2.0.2",
48 "async-shelljs": "^0.1.4",
49 "do-devops": "^0.3.20",
50 "firemock": "^0.55.0",
51 "jest": "^26.1.0",
52 "jest-extended": "^0.11.5",
53 "js-yaml": "^3.14.0",
54 "lodash": "^4.17.15",
55 "npm-run-all": "^4.1.5",
56 "nyc": "^15.1.0",
57 "rimraf": "^3.0.2",
58 "rollup": "^2.18.1",
59 "rollup-plugin-typescript2": "^0.27.1",
60 "test-console": "^1.1.0",
61 "ts-babel": "^6.1.7",
62 "ts-jest": "^26.1.1",
63 "ts-node": "^8.10.2",
64 "tslib": "^2.0.0",
65 "tslint": "^6.1.2",
66 "ttypescript": "^1.5.10",
67 "typescript": "^3.9.5",
68 "typescript-transform-paths": "^1.1.14"
69 },
70 "peerDependencies": {
71 "@firebase/app": "^0.6.8"
72 },
73 "optionalDependencies": {
74 "@firebase/auth": "^0.14.8",
75 "@firebase/database": "^0.6.7",
76 "@firebase/database-types": "^0.5.1",
77 "firemock": "^0.56.4"
78 },
79 "dependencies": {
80 "@forest-fire/real-time-db": "^0.56.4",
81 "@forest-fire/types": "^0.56.1",
82 "@forest-fire/utility": "^0.56.1",
83 "common-types": "^1.15.8",
84 "events": "^3.1.0",
85 "lodash.first": "^3.0.0",
86 "lodash.last": "^3.0.0",
87 "typed-conversions": "^0.11.1"
88 },
89 "engines": {
90 "node": ">=8.13.0"
91 },
92 "gitHead": "1c856ef7a62ab3052b80177dedc67b297398e03b"
93}