UNPKG

atriusmaps-node-sdk

Version:

This project provides an API to Atrius Personal Wayfinder maps within a Node environment. See the README.md for more information

64 lines (63 loc) 1.78 kB
{ "name": "atriusmaps-node-sdk", "version": "3.3.642", "description": "This project provides an API to Atrius Personal Wayfinder maps within a Node environment. See the README.md for more information", "keywords": [ "map", "mapping", "maps", "indoor", "venue", "geolocation", "geospatial", "locuslabs", "atrius", "acuitybrands" ], "license": "SEE LICENSE IN LICENSE.md", "author": "Glenn Crownover <crownover@locuslabs.com>", "type": "module", "exports": { ".": { "import": "./dist/nodesdk/nodeEntry.js", "require": "./dist/cjs/nodesdk/nodeEntry.js", "default": "./dist/cjs/nodesdk/nodeEntry.js" }, "./package.json": "./package.json", "./configs/sdkHeadless.json": "./dist/src/configs/sdkHeadless.json" }, "main": "./dist/cjs/nodesdk/nodeEntry.js", "module": "./lib/nodesdk/nodeEntry.js", "files": [ "dist" ], "scripts": { "build": "rollup -c rollup.config.js && cp package-cjs.json dist/cjs/package.json", "prepublishOnly": "yarn build", "test": "yarn build && vitest test", "testpack": "yarn run build && yarn pack" }, "dependencies": { "@turf/area": "^7.2.0", "@turf/bbox-clip": "^7.2.0", "@turf/bbox-polygon": "^7.2.0", "@turf/circle": "^7.2.0", "@turf/helpers": "^7.2.0", "@turf/point-to-line-distance": "^7.2.0", "flexsearch": "^0.7.43", "https-proxy-agent": "^7.0.4", "i18next": "^20.6.1", "luxon": "^3.5.0", "node-fetch": "^2.7.0", "ramda": "^0.30.1", "throttle-debounce": "^5.0.2", "zousan": "^3.0.1", "zousan-plus": "^4.0.1" }, "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-terser": "^0.4.0", "rollup": "^4.36.0", "vitest": "^2.1.9" } }