UNPKG

ts-maps-vue

Version:

Vue components for ts-maps - Interactive Vector Maps

65 lines (64 loc) 1.76 kB
{ "name": "ts-maps-vue", "type": "module", "version": "0.1.7", "description": "Vue components for ts-maps - Interactive Vector Maps", "author": "Chris Breuer <chris@stacksjs.org>", "license": "MIT", "homepage": "https://github.com/stacksjs/ts-maps/tree/main/packages/vue#readme", "repository": { "type": "git", "url": "git+https://github.com/stacksjs/ts-maps.git" }, "bugs": { "url": "https://github.com/stacksjs/ts-maps/issues" }, "keywords": [ "typescript", "interactive", "vector", "maps", "vue", "ts-maps" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "module": "dist/index.js", "types": "dist/index.d.ts", "files": ["README.md", "dist"], "scripts": { "build": "bunx --bun vite build --mode lib", "prepublishOnly": "bunx --bun vite build --mode lib", "build:types": "bunx vue-tsc -p tsconfig.build.json && bunx api-extractor run", "lint": "bunx --bun eslint .", "lint:fix": "bunx --bun eslint . --fix", "test": "bun test" }, "dependencies": { "bun-types": "^1.2.20" }, "devDependencies": { "@happy-dom/global-registrator": "^18.0.1", "@microsoft/api-extractor": "^7.52.5", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.2.1-beta.1", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.7.0", "@types/bun": "^1.2.20", "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", "@vue/tsconfig": "^0.7.0", "bumpp": "^10.2.3", "bun-plugin-dtsx": "^0.21.12", "cac": "^6.7.14", "changelogen": "^0.6.2", "happy-dom": "^18.0.1", "typescript": "^5.9.0", "vue": "^3.5.18", "vue-tsc": "^2.2.10" } }