@thetsf/geofirex
Version:
Realtime Firestore GeoQueries with RxJS
72 lines (71 loc) • 2.18 kB
JSON
{
"name": "@thetsf/geofirex",
"version": "0.1.13",
"description": "Realtime Firestore GeoQueries with RxJS",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.mjs"
}
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thetsf/geofirex.git"
},
"scripts": {
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json && npm run rename:esm",
"build": "npm run build:cjs && npm run build:esm",
"clean": "rimraf dist",
"rename:esm": "/bin/zsh ./scripts/fix-mjs.sh",
"prepack": "npm run clean && npm run build"
},
"keywords": [
"rxjs",
"firebase",
"geofire",
"geohash",
"map",
"firestore"
],
"author": "Jeff Delaney",
"license": "ISC",
"devDependencies": {
"@turf/bearing": "^7.2.0",
"@turf/distance": "^7.2.0",
"@turf/turf": "^7.2.0",
"@types/chance": "^1.1.6",
"@types/geojson": "^7946.0.16",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.16",
"@types/ngeohash": "^0.6.8",
"@types/turf": "^3.5.32",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"eslint": "^9.22.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.31.0",
"firebase": "^11.4.0",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"rollup": "^4.35.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sizes": "^1.1.0",
"rollup-plugin-typescript2": "^0.36.0",
"rxjs": "^7.8.2",
"ts-jest": "^29.2.6",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.8.2"
}
}