UNPKG

@coex/geosearch

Version:

Nodejs library for finding places using Mapy.cz Suggest API

47 lines (46 loc) 1.94 kB
{ "name": "@coex/geosearch", "version": "1.1.1", "description": "Nodejs library for finding places using Mapy.cz Suggest API", "scripts": { "start": "tsc -w", "prebuild": "rimraf dist", "barrels": "barrelsby --delete -c barrels.json", "build": "tsc && tsc -p tsconfig-cjs.json && yarn barrels", "postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn fix-paths && yarn compat", "fix-paths": "yarn json -I -f ./dist/package.json -e \"this.module='./esm/index.js';this.main='./cjs/index.js';this.types='./types/index.ts'\"", "compat": "mkdir ./dist/interface/ && cp ./compat/index.ts ./dist/interface/index.ts", "demo": "ts-node demo", "gpr:setup": "node --experimental-json-modules ./scripts/gpr-setup.mjs", "test": "jest --config jestconfig.json", "lint": "eslint ./src/**/**/* --fix", "postversion": "git push && git push --follow-tags", "publish:next": "yarn && yarn build && yarn test --coverage true && npm publish --folder dist --tag beta", "release:beta": "npm version prerelease -m \"chore(update): prelease %s β\"", "release:patch": "git checkout master && npm version patch -m \"chore(update): patch release %s 🐛 \"", "release:minor": "git checkout master && npm version minor -m \"chore(update): release %s 🚀\"", "release:major": "git checkout master && npm version major -m \"chore(update): major release %s 💥 \"" }, "dependencies": { "axios": "^0.27.2" }, "repository": { "type": "git", "url": "git+https://github.com/COEXCZ/geosearch.git" }, "keywords": [ "mapycz", "maps", "mapy", "geocoding" ], "author": "COEX (https://github.com/COEXCZ)", "license": "MIT", "bugs": { "url": "https://github.com/COEXCZ/geosearch/issues" }, "homepage": "https://github.com/COEXCZ/geosearch#readme", "module": "./esm/index.js", "main": "./cjs/index.js", "types": "./types/index.ts" }