@ccalamos/gatsby-source-googlemaps-static
Version:
Gatsby source plugin for Google Maps Static API
59 lines (58 loc) • 1.74 kB
JSON
{
"name": "@ccalamos/gatsby-source-googlemaps-static",
"description": "Gatsby source plugin for Google Maps Static API",
"version": "3.1.1",
"author": "Cole Calamos <cole@colejcalamos.com>",
"bugs": {
"url": "https://github.com/ccalamos/gatsby-source-googlemaps-static/issues"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source",
"googlemaps",
"google",
"maps",
"static"
],
"homepage": "https://www.gatsbyjs.org/packages/@ccalamos/gatsby-source-googlemaps-static/",
"repository": {
"type": "git",
"url": "https://github.com/ccalamos/gatsby-source-googlemaps-static.git"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"cross-env": "^7.0.3",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"gatsby": "^3.6.1",
"jest": "^27.0.1",
"prettier": "^2.3.0",
"ts-jest": "^27.0.1",
"typescript": "^4.3.2"
},
"dependencies": {
"gatsby-source-filesystem": "^3.6.0"
},
"scripts": {
"build": "tsc -p ./tsconfig.json",
"clean": "find -E . -not -name \"jest.config.js\" -iname \"[a-z]*.js\" -maxdepth 1 -delete && rm -rf coverage",
"test:coverage": "jest --collect-coverage",
"format": "prettier --write \"{,!(node_modules)/**/}*.ts\"",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prepublishOnly": "cross-env NODE_ENV=production yarn run build",
"test": "jest",
"typecheck": "tsc -p ./tsconfig.json --noEmit",
"watch": "tsc -p ./tsconfig.json -w"
},
"peerDependencies": {
"gatsby": "^3.0.0"
},
"main": "gatsby-node.js",
"types": "index.d.ts",
"engines": {
"node": ">=12.19.0"
}
}