UNPKG

@googlemaps/jest-mocks

Version:

[![npm](https://img.shields.io/npm/v/@googlemaps/jest-mocks)][npm-pkg] ![Release](https://github.com/googlemaps/js-jest-mocks/workflows/Release/badge.svg) ![Stable](https://img.shields.io/badge/stability-stable-green) [![Tests/Build](https://github.com/go

58 lines (57 loc) 1.46 kB
{ "name": "@googlemaps/jest-mocks", "version": "2.22.6", "keywords": [ "google", "maps", "jest" ], "homepage": "https://github.com/googlemaps/js-jest-mocks", "bugs": { "url": "https://github.com/googlemaps/js-jest-mocks/issues" }, "repository": { "type": "git", "url": "https://github.com/googlemaps/js-jest-mocks.git" }, "license": "Apache-2.0", "author": "Justin Poehnelt", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/*" ], "scripts": { "docs": "typedoc src/index.ts", "format": "eslint . --fix", "lint": "eslint .", "prepack": "rm -rf dist && rollup -c", "test": "jest src/*", "test:watch": "jest --watch src/*" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.2", "@types/google.maps": "^3.58.1", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": ">=8.22.0", "@typescript-eslint/parser": ">=8.23.0", "eslint": "^8.57.1", "eslint-config-prettier": "^10.0.1", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-prettier": "^5.2.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.4.2", "rollup": "^4.34.6", "ts-jest": "^29.2.5", "typedoc": "^0.27.7", "typescript": "^5.6.3" }, "publishConfig": { "access": "public", "registry": "https://wombat-dressing-room.appspot.com" }, "prettier": { "trailingComma": "es5" } }