glcvdv-lite-api-map
Version:
A lightweight API for interactive hotel maps with Mapbox integration
62 lines (61 loc) • 1.45 kB
JSON
{
"name": "glcvdv-lite-api-map",
"version": "1.0.1",
"description": "A lightweight API for interactive hotel maps with Mapbox integration",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "vite",
"dev:backend": "cd backend && deno task dev",
"build": "tsc && vite build",
"build:lib": "tsc --project tsconfig.lib.json",
"preview": "vite preview",
"prepublishOnly": "npm run build:lib",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [
"mapbox",
"hotels",
"maps",
"api",
"interactive",
"travel"
],
"author": "Gianluca Vedovato",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gianluca-vedovato/Lite-API-Map.git"
},
"homepage": "https://github.com/gianluca-vedovato/Lite-API-Map#readme",
"devDependencies": {
"typescript": "~5.8.3",
"vite": "^7.0.4",
"jest": "^29.7.0",
"@types/jest": "^29.5.8",
"ts-jest": "^29.1.1",
"jest-environment-jsdom": "^29.7.0"
},
"dependencies": {
"@netlify/functions": "^4.2.1",
"mapbox-gl": "^3.14.0"
},
"peerDependencies": {
"mapbox-gl": "^3.14.0"
}
}