UNPKG

spatial-index-js

Version:
70 lines (69 loc) 1.92 kB
{ "name": "spatial-index-js", "version": "1.0.6", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "type": "module", "types": "dist/types/index.d.ts", "author": "ke.wang <wkgreat@outlook.com>", "license": "MIT", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/wkgreat/spatial-index.git" }, "homepage": "https://github.com/wkgreat/spatial-index/blob/main/README.md", "keywords": [ "spatial", "spatial index", "r-tree" ], "files": [ "dist" ], "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjd/index.js", "types": "./dist/types/index.d.ts" }, "./rtree": { "import": "./dist/esm/rtree/rtree.js", "require": "./dist/cjs/rtree/rtree.js", "types": "./dist/types/rtree/rtree.d.ts" }, "./rtree_render": { "import": "./dist/esm/rtree/rtree_render.js", "require": "./dist/cjs/rtree/rtree_render.js", "types": "./dist/types/rtree/rtree_render.d.ts" }, "./utils": { "import": "./dist/esm/utils/utils.js", "require": "./dist/cjs/utils/utils.js", "types": "./dist/types/utils/utils.d.ts" } }, "devDependencies": { "@types/jsts": "^0.17.24", "@types/three": "^0.180.0", "@typescript-eslint/eslint-plugin": "^8.44.1", "@typescript-eslint/parser": "^8.44.1", "jsts": "^2.12.1", "three": "^0.180.0", "typedoc": "^0.28.13" }, "scripts": { "build:types": "npx tsc --emitDeclarationOnly", "build": "yarn run build:types && rollup -c", "lint": "eslint src", "lint:fix": "eslint src --fix", "lint:strict": "eslint src --max-warnings=0", "test": "jest --runInBand --no-watchman", "test:watch": "jest --watch", "docs": "typedoc" }, "dependencies": { "cytoscape": "^3.33.1" }, "gitHead": "9cbfd5803a5c0810b374e31ac67eae5c18533b9b" }