UNPKG

@iwpnd/valhalla-ts

Version:

A nodejs client and helper utilities for valhalla routing engine

93 lines (92 loc) 2.74 kB
{ "name": "@iwpnd/valhalla-ts", "version": "1.0.24", "description": "A nodejs client and helper utilities for valhalla routing engine", "main": "dist/index.js", "files": [ "dist" ], "typings": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/iwpnd/valhalla-ts.git" }, "publishConfig": { "access": "public" }, "author": "B. Ramser <iwpnd@posteo.de>", "contributors": [], "license": "MIT", "keywords": [ "valhalla", "routing", "http-client" ], "engines": { "node": ">=20.x", "yarn": "^1.22.x" }, "scripts": { "prepublishOnly": "pinst --disable && yarn run build", "postpublish": "pinst --enable", "build": "tsc", "build:watch": "tsc --watch", "clean": "rimraf {dist,tsconfig.tsbuildinfo,yarn-error.log,coverage}", "lint": "eslint ./src", "test": "jest --runInBand --verbose --testMatch '**/*.test.ts' --coverage", "format": "prettier --write src/{*.ts,**/*.ts}", "u": "yarn upgrade-interactive", "up": "docker-compose up", "down": "docker-compose down", "coverage": "FILE=./coverage/lcov-report/index.html; test -f $FILE && open $FILE || echo 'no coverage yet, run yarn test'", "prepare": "husky" }, "dependencies": { "@iwpnd/rip-ts": "1.1.20", "@types/geojson": "7946.0.16" }, "devDependencies": { "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@eslint/core": "0.15.1", "@eslint/js": "9.31.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/github": "11.0.3", "@semantic-release/npm": "12.0.2", "@semantic-release/release-notes-generator": "14.0.3", "@types/chance": "1.1.7", "@types/estree": "1.0.8", "@types/jest": "30.0.0", "@types/json-schema": "7.0.15", "@typescript-eslint/eslint-plugin": "8.38.0", "@typescript-eslint/parser": "8.38.0", "chance": "1.1.13", "conventional-changelog-conventionalcommits": "9.1.0", "devmoji": "2.3.0", "eslint": "9.31.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "10.1.8", "eslint-import-resolver-typescript": "4.4.4", "eslint-plugin-import": "2.32.0", "eslint-plugin-prettier": "5.5.3", "eslint-plugin-simple-import-sort": "12.1.1", "husky": "9.1.7", "jest": "30.0.5", "lint-staged": "16.1.2", "pinst": "3.0.0", "prettier": "3.6.2", "rimraf": "6.0.1", "semantic-release": "24.2.7", "ts-jest": "29.4.0", "typescript": "5.8.3", "typescript-eslint": "8.38.0" }, "lint-staged": { "*.ts": [ "eslint --fix", "prettier --write" ] }, "packageManager": "yarn@4.8.1" }