UNPKG

@googlemaps/markerwithlabel

Version:

[![npm](https://img.shields.io/npm/v/@googlemaps/markerwithlabel)](https://www.npmjs.com/package/@googlemaps/markerwithlabel) ![Build](https://github.com/googlemaps/js-markerwithlabel/workflows/Test/badge.svg) ![Release](https://github.com/googlemaps/js-m

68 lines (67 loc) 1.94 kB
{ "name": "@googlemaps/markerwithlabel", "version": "2.0.28", "keywords": [ "label", "google", "maps", "marker" ], "homepage": "https://github.com/googlemaps/js-markerwithlabel", "bugs": { "url": "https://github.com/googlemaps/js-markerwithlabel/issues" }, "repository": { "type": "git", "url": "https://github.com/googlemaps/js-markerwithlabel.git" }, "license": "Apache-2.0", "author": "Justin Poehnelt", "main": "dist/index.umd.js", "unpkg": "dist/index.min.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist/*" ], "scripts": { "docs": "typedoc src/index.ts && cp -r dist docs/dist && cp -r examples docs/examples", "format": "eslint . --fix", "lint": "eslint .", "prepare": "rm -rf dist && rollup -c", "test": "jest src/*", "test:e2e": "jest --passWithNoTests e2e/*" }, "devDependencies": { "@babel/preset-env": "^7.23.9", "@babel/runtime-corejs3": "^7.23.9", "@googlemaps/jest-mocks": "^2.21.4", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-typescript": "^11.1.6", "@types/google.maps": "^3.55.3", "@types/jest": "^27.4.1", "@types/selenium-webdriver": "^4.1.21", "@typescript-eslint/eslint-plugin": ">=4.33.0", "@typescript-eslint/parser": ">=4.33.0", "chromedriver": "^121.0.0", "core-js": "^3.35.1", "eslint": "^7.32.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jest": "^27.6.3", "eslint-plugin-prettier": "^4.2.1", "geckodriver": "^4.3.2", "jest": "^26.6.3", "prettier": "^2.8.8", "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2", "selenium-webdriver": "^4.17.0", "ts-jest": "^26.5.6", "typedoc": "^0.25.8", "typescript": "^4.9.5" }, "publishConfig": { "access": "public", "registry": "https://wombat-dressing-room.appspot.com" } }