UNPKG

kakao-map-components

Version:
70 lines 1.82 kB
{ "author": { "name": "GyeongHoKim", "email": "rlarudgh2017@gmail.com", "url": "https://gyeongho.dev" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/GyeongHoKim/kakao-map-components.git", "directory": "packages/kakao-map-components" }, "issues": "https://github.com/GyeongHoKim/kakao-map-components/issues", "bugs": { "url": "https://github.com/GyeongHoKim/kakao-map-components/issues", "email": "rlarudgh2017@gmail.com" }, "name": "kakao-map-components", "description": "Web Components for using kakao map api", "keywords": [ "web-components", "lit", "kakao-maps", "daum-map", "daum-maps", "kakaomap", "kakao-maps", "kakao-maps-sdk" ], "homepage": "https://github.com/GyeongHoKim/kakao-map-components#readme", "private": false, "version": "0.1.0", "type": "module", "files": [ "dist" ], "module": "dist/index.js", "main": "dist/index.iife.js", "exports": { ".": { "import": "./dist/index.js", "browser": "./dist/index.js" }, "./package.json": "./package.json" }, "scripts": { "build": "tsc && vite build", "check-types": "tsc --noEmit", "serve": "http-server . -p 8080", "cy:open": "cypress open --config-file cypress/cypress.config.cjs", "format": "prettier --write .", "lint": "eslint ./src/**/*.ts" }, "dependencies": { "lit": "^3.2.1" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "cypress": "^14.1.0", "cypress-lit": "^0.0.8", "cypress-vite": "^1.6.0", "globals": "^15.13.0", "http-server": "^14.1.1", "kakao.maps.d.ts": "^0.1.40", "typescript": "~5.6.2", "vite": "^6.2.0", "vite-plugin-dts": "^4.5.1" } }