You are on page 1of 2

{

"name": "@googlemaps/js-samples",
"description": "Samples for Google Maps JavaScript",
"version": "2.1.4",
"keywords": [
"google",
"javascript",
"maps",
"samples"
],
"homepage": "https://github.com/googlemaps/js-samples#readme",
"bugs": {
"url": "https://github.com/googlemaps/js-samples/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googlemaps/js-samples.git"
},
"bin": {
"googlemaps-js-samples": "cli/index.js"
},
"files": [],
"license": "Apache-2.0",
"scripts": {
"build": "bazel build :public.tar && tar xf bazel-bin/public.tar -C dist/",
"clean": "bazel clean",
"ci": "npm run build && npm run test",
"lint": "bazel test eslint",
"format": "bazel run eslint-fix && prettier *.json *.js shared/**/*.scss
--write --loglevel error",
"start": "bazel run :serve",
"test": "bazel test //...",
"test:e2e": "bazel test //e2e:e2e"
},
"dependencies": {
"node-fetch": "^2.6.1",
"npm": "^7.13.0",
"open": "^8.0.9",
"tar": "^6.1.0",
"tmp": "^0.2.1",
"yargs": "^17.0.1"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@bazel/buildifier": "^4.0.1",
"@bazel/buildozer": "^4.0.1",
"@bazel/concatjs": "^3.5.0",
"@bazel/ibazel": "^0.15.10",
"@bazel/rollup": "3.5.0",
"@bazel/typescript": "3.5.0",
"@googlemaps/js-api-loader": "^1.11.4",
"@material/select": "^11.0.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/google.maps": "^3.44.6",
"@types/google.visualization": "0.0.66",
"@types/jest": "^26.0.23",
"@types/three": "^0.128.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"babel-loader": "^8.2.2",
"bindings": "^1.5.0",
"core-js": "^3.12.1",
"css-loader": "^5.2.4",
"dotenv": "^9.0.2",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.4.0",
"expect": "^26.6.2",
"glob": "^7.1.7",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-plugin": "^5.3.1",
"http-server": "^0.12.3",
"jest": "^26.6.3",
"json": "^11.0.0",
"make-dir": "^3.1.0",
"mini-css-extract-plugin": "^1.6.0",
"nan": "^2.14.2",
"nunjucks-cli": "^1.0.0",
"prettier": "^2.3.0",
"rollup": "^2.48.0",
"selenium-standalone": "^6.23.0",
"selenium-webdriver": "^4.0.0-beta.3",
"sort-package-json": "^1.50.0",
"string-replace-loader": "^3.0.1",
"terser-webpack-plugin": "^5.1.2",
"three": "^0.128.0",
"ts-loader": "^9.2.1",
"typescript": "^4.2.4",
"web-resource-inliner": "^5.0.0",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.0.0-beta.3",
"webpack-merge": "^5.7.3"
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}

You might also like