@googlemaps/js-api-loader
Version:
Wrapper for the loading of Google Maps JavaScript API script in the browser
68 lines (67 loc) • 1.95 kB
JSON
{
"name": "@googlemaps/js-api-loader",
"version": "1.11.3",
"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",
"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",
"format": "prettier *.json *.js src/* e2e/* examples/* --write && eslint src/* --fix",
"lint": "eslint src/*",
"prepare": "rollup -c",
"test": "jest src/*",
"test:e2e": "jest e2e/*"
},
"devDependencies": {
"@babel/preset-env": "^7.9.5",
"@babel/runtime-corejs3": "^7.9.2",
"@rollup/plugin-node-resolve": "^11.0.0",
"@types/google.maps": "^3.43.0",
"@types/jest": "^26.0.10",
"@types/selenium-webdriver": "^4.0.9",
"@typescript-eslint/eslint-plugin": ">=2.25.0",
"@typescript-eslint/parser": ">=2.25.0",
"chromedriver": "^89.0.0",
"core-js": "^3.6.4",
"eslint": "^7.21.0",
"eslint-plugin-jest": "^24.0.0",
"geckodriver": "^1.19.1",
"jest": "^26.6.3",
"prettier": "^2.0.4",
"rollup": "^2.4.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"selenium-webdriver": "^4.0.0-alpha.7",
"ts-jest": "^26.5.2",
"typedoc": "^0.20.10",
"typescript": "^4.2.2"
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
},
"dependencies": {
"fast-deep-equal": "^3.1.3"
}
}