@stadiamaps/ferrostar-webcomponents
Version:
Ferrostar is a modern SDK for building turn-by-turn navigation applications.
56 lines (55 loc) • 1.72 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>"
],
"version": "0.31.1",
"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"
},
"dependencies": {
"@stadiamaps/ferrostar": "^0.31.1",
"lit": "^3.2.1",
"maplibre-gl": "^4.5.0",
"vite-plugin-dts": "^4.5.3"
},
"devDependencies": {
"@stadiamaps/maplibre-search-box": "^1.1.0",
"prettier": "^3.5.3",
"typescript": "^5.2.2",
"vite": "^6.2.2",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^3.0.9"
},
"keywords": [
"navigation",
"routing",
"valhalla",
"osrm"
]
}