UNPKG

geowords

Version:

Tool for encoding geographic coordinates as sequence of words from bip39 or other dictionary

58 lines (57 loc) 1.62 kB
{ "name": "geowords", "version": "0.4.3", "description": "Tool for encoding geographic coordinates as sequence of words from bip39 or other dictionary", "repository": { "type": "git", "url": "https://github.com/MLaszczewski/geowords.git", "directory": "packages/geowords" }, "bin": { "geowords": "./bin/geowords.js" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "npm run build; tape tests/*", "build": "rimraf ./lib; tsc --build", "clean": "tsc --build --clean", "docs": "typedoc --plugin typedoc-plugin-markdown src/index.ts --githubPages false --readme none --theme markdown && concat-md --dir-name-as-title docs > docs.md && rimraf docs", "prepare": "npm run build" }, "keywords": [ "geocode", "what3words", "geonumber", "geowords", "bip39" ], "author": { "name": "Michał Łaszczewski", "email": "michal@laszczewski.com", "url": "https://www.laszczewski.com/" }, "license": "BSD-3-Clause", "homepage": "https://github.com/MLaszczewski/geowords", "bugs": { "url": "https://github.com/MLaszczewski/geowords/issues", "email": "geowords@laszczewski.com" }, "private": false, "dependencies": { "geonumber": "^0.4.3", "yargs": "^17.2.1" }, "devDependencies": { "concat-md": "^0.5.0", "renamer": "^4.0.0", "rimraf": "^3.0.2", "tape": "^5.6.0", "tsc": "^2.0.4", "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.13.6", "typescript": "^4.8.4" }, "gitHead": "9d857b6f4fca56cabd9cbddd5fed0e99b8ae18ba" }