UNPKG

nostr-geotags

Version:

Give an object of geodata, returns standardized nostr geotags

49 lines (48 loc) 1.25 kB
{ "name": "nostr-geotags", "version": "0.7.2", "description": "Give an object of geodata, returns standardized nostr geotags ", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/sandwichfarm/nostr-geotags", "author": "sandwich <dskvr@users.noreply.github.com> ", "license": "MIT", "keywords": [ "nostr", "nostr-event", "nostr-tags", "nostr-tag", "geo", "geo-tag", "iso-3166", "iso-3166-1", "iso-3166-2", "iso-3166-3", "transform" ], "dependencies": { "iso-3166": "4.3.0", "ngeohash": "0.6.3" }, "scripts": { "build": "tsc", "test": "vitest", "test-ui": "vitest --ui --coverage.enabled=true", "start": "node dist/app.js", "dev": "tsc-watch --onSuccess 'node dist/app.js'", "lint": "eslint . --ext .ts", "coverage": "vitest run --reporter=junit --coverage.reporter=json-summary --coverage.enabled=true", "docs": "tsdoc" }, "devDependencies": { "@types/ngeohash": "0.6.8", "@vitest/coverage-v8": "1.0.4", "@vitest/ui": "1.0.4", "tsdoc": "^0.0.4", "typedoc": "^0.25.7", "typescript": "^5.3.3", "vite-tsconfig-paths": "4.2.2", "vitest": "1.0.4" } }