UNPKG

osm-community-index

Version:

An index of community resources for OpenStreetMap

94 lines (93 loc) 2.71 kB
{ "name": "osm-community-index", "version": "6.2.0", "license": "ISC", "description": "An index of community resources for OpenStreetMap", "homepage": "https://openstreetmap.community", "repository": { "type": "git", "url": "git+https://github.com/osmlab/osm-community-index.git" }, "contributors": [ "Andrew Wiseman (https://github.com/aawiseman)", "Bryan Housel <bhousel@gmail.com> (https://github.com/bhousel)", "eisams (https://github.com/eisams)", "Kai Michael Poppe (https://github.com/kmpoppe)", "nikh050 (https://github.com/nikh050)" ], "keywords": [ "OSM", "OpenStreetMap", "community" ], "files": [ "dist/", "features/", "i18n/", "lib/", "resources/", "schema/", "src/" ], "type": "module", "exports": { "bun": "./src/oci.ts", "types": "./dist/ts/src/oci.d.ts", "import": "./dist/js/oci.mjs", "require": "./dist/js/oci.cjs", "browser": "./dist/js/oci.iife.js" }, "scripts": { "all": "bun run --sequential clean check build test", "build": "bun run --parallel 'build:*'", "build:js": "bun ./scripts/build_js.ts", "build:json": "bun ./scripts/build_json.ts", "build:ts": "tsc -p tsconfig.build.json", "check": "bun run --parallel 'check:*'", "check:lint": "eslint ./lib ./scripts ./src ./test", "check:ts": "tsc --noEmit", "clean": "bun ./scripts/clean.ts", "icons": "bun ./scripts/icons.ts", "prepublishOnly": "bun ./scripts/prepublish.ts", "postpublish": "bun ./scripts/postpublish.ts", "start": "bun ./scripts/server.ts", "stats": "bun ./scripts/stats.ts", "test": "bun test --dots --coverage ./test", "txpull": "tx pull -a", "txpush": "tx push -s" }, "dependencies": { "@types/diacritics": "^1.3.3", "@types/geojson": "^7946.0.16", "@rapideditor/location-conflation": "^3.0.1", "diacritics": "^1.3.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@fortawesome/fontawesome-free": "^7.3.1", "@mapbox/geojson-area": "^0.2.2", "@mapbox/geojson-rewind": "^0.5.2", "@types/bun": "^1.3.14", "@types/bytes": "^3.1.5", "@types/easy-table": "^1.2.3", "@types/geojson-precision": "^1.0.0", "bytes": "^3.1.2", "easy-table": "^1.2.0", "eslint": "^10.8.0", "eslint-plugin-import": "^2.32.0", "geojson-bounds": "^1.0.4", "geojson-precision": "^1.0.0", "globals": "^17.8.0", "json-stringify-pretty-compact": "^4.0.0", "json5": "^2.2.3", "jsonschema": "^1.5.0", "typescript": "^6.0.3", "typescript-eslint": "^8.65.0" }, "publishConfig": { "access": "public" }, "engines": { "bun": ">=1.3.10" } }