{ "name": "@googlemaps/js-api-loader", "type": "module", "version": "2.0.2", "description": "Wrapper for the loading of Google Maps JavaScript API script in the browser", "keywords": [ "google", "maps" ], "homepage": "https://github.com/googlemaps/js-api-loader", "bugs": { "url": "https://github.com/googlemaps/js-api-loader/issues" }, "repository": { "type": "git", "url": "https://github.com/googlemaps/js-api-loader.git" }, "license": "Apache-2.0", "main": "dist/index.cjs", "types": "dist/index.d.ts", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "sideEffects": [ "dist/index.js", "dist/index.cjs" ], "files": [ "dist/", "src/" ], "scripts": { "prepack": "npm run build", "lint": "eslint .", "test": "npm run lint && npm run test:unit && npm run test:bundlers", "test:unit": "NODE_OPTIONS='--experimental-vm-modules --disable-warning=ExperimentalWarning' jest ./src", "test:bundlers": "cd test-bundlers && ./test-all.sh", "build": "rm -rf ./dist && rollup -c", "format": "eslint . --fix" }, "dependencies": { "@types/google.maps": "^3.53.1" }, "devDependencies": { "@babel/preset-env": "^7.9.5", "@babel/runtime-corejs3": "^7.9.2", "@rollup/plugin-babel": "^7.0.0", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-terser": "^1.0.0", "@rollup/plugin-typescript": "^12.1.0", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.42.0", "@typescript-eslint/parser": "^8.42.0", "core-js": "^3.6.4", "eslint": "^10.0.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-prettier": "^5.5.4", "fast-deep-equal": "^3.1.3", "globals": "^17.0.0", "jest": "^30.1.3", "jest-environment-jsdom": "^30.1.2", "prettier": "^3.0.3", "rollup": "^4.6.1", "rollup-plugin-dts": "^6.2.3", "ts-jest": "^29.1.1", "tslib": "^2.8.1", "typescript": "^5.9.2", "typescript-eslint": "^8.42.0" }, "publishConfig": { "access": "public", "registry": "https://wombat-dressing-room.appspot.com" }, "prettier": { "trailingComma": "es5" }, "browserslist": [ "last 2 versions", "not dead" ] }