{ "name": "@googlemaps/markerwithlabel", "version": "1.0.3", "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", "files": [ "dist/*" ], "main": "dist/index.umd.js", "unpkg": "dist/index.min.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "docs": "typedoc", "format": "prettier *.json *.js e2e/* examples/*.html --write && eslint src/* --fix", "lint": "eslint src/*", "prepare": "rollup -c", "test": "jest src/*", "test:e2e": "jest --passWithNoTests e2e/*" }, "devDependencies": { "@babel/preset-env": "^7.12.13", "@babel/runtime-corejs3": "^7.12.13", "@googlemaps/jest-mocks": "^0.1.0", "@types/googlemaps": "^3.43.2", "@types/jest": "^26.0.20", "@types/selenium-webdriver": "^4.0.11", "@typescript-eslint/eslint-plugin": ">=4.14.2", "@typescript-eslint/parser": ">=4.14.2", "chromedriver": "^88.0.0", "core-js": "^3.8.3", "eslint": "^7.19.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-jest": "^24.1.3", "eslint-plugin-prettier": "^3.3.1", "geckodriver": "^1.21.1", "jest": "^26.6.3", "prettier": "^2.2.1", "rollup": "^2.38.5", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.29.0", "selenium-webdriver": "^4.0.0-alpha.8", "ts-jest": "^26.5.0", "typedoc": "^0.20.20", "typescript": "^4.0.5" }, "publishConfig": { "access": "public", "registry": "https://wombat-dressing-room.appspot.com" } }