@stadiamaps/ferrostar-webcomponents
Version:
Ferrostar is a modern SDK for building turn-by-turn navigation applications.
71 lines (70 loc) • 2.27 kB
JSON
{
"name": "@stadiamaps/ferrostar-webcomponents",
"collaborators": [
"Ian Wagner <ian@stadiamaps.com>",
"Jacob Fielding <jacob@rallista.app>",
"CatMe0w <CatMe0w@live.cn> (https://github.com/CatMe0w)",
"Luke Seelenbinder <luke@stadiamaps.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/stadiamaps/ferrostar"
},
"version": "0.49.0",
"license": "BSD-3-Clause",
"type": "module",
"main": "./dist/ferrostar-webcomponents.js",
"module": "./dist/ferrostar-webcomponents.js",
"exports": {
".": "./dist/ferrostar-webcomponents.js"
},
"files": [
"dist"
],
"types": "./dist/main.d.ts",
"scripts": {
"dev": "npm run build:site && vite --config vite.config.site.ts",
"preview": "vite preview",
"format:check": "prettier . --check",
"format:fix": "prettier . --write",
"test": "vitest",
"prepare:core": "cd ../common && wasm-pack build --scope stadiamaps ferrostar --no-default-features --features wasm_js",
"build": "npm run prepare:core && tsc && vite build",
"build:site": "npm run build && vite build --config vite.config.site.ts",
"pack:core": "wasm-pack pack ../common/ferrostar/pkg",
"pack:all": "npm run pack:core && npm pack",
"publish:core": "wasm-pack publish --access public ../common/ferrostar/pkg",
"lint": "eslint --cache --ext .js,.ts,.html src --max-warnings 11",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@maptimy/platform-formatters": "^0.6.0",
"@stadiamaps/ferrostar": "^0.49.0",
"lit": "^3.2.1",
"maplibre-gl": "^4.5.0 || ^5"
},
"devDependencies": {
"@stadiamaps/maplibre-search-box": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-lit": "^2.1.1",
"eslint-plugin-wc": "^3.0.1",
"globals": "^16.1.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"vite": "^6.4.1",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.4.1",
"vitest": "^3.1.1"
},
"keywords": [
"navigation",
"routing",
"valhalla",
"osrm"
]
}