UNPKG

@deatog/react-google-maps-infobox

Version:
63 lines 1.72 kB
{ "name": "@deatog/react-google-maps-infobox", "sideEffects": false, "version": "1.0.0-alpha.8", "description": "InfoBox for React.js Google Maps API", "license": "MIT", "type": "module", "author": { "name": "David Ellingsworth", "email": "deAtog@gmail.com", "url": "https://github.com/deAtog" }, "contributors": [ "Alexey Lyakhov <justfly1984@gmail.com> (https://github.com/JustFly1984)", "Kevin Brown <kevin.brown@exogee.com> (https://github.com/thekevinbrown)" ], "repository": { "type": "git", "url": "https://github.com/deAtog/react-google-maps.git", "directory": "packages/react-google-maps-api-infobox" }, "bugs": { "url": "https://github.com/deAtog/react-google-maps/issues" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "main": "dist/cjs.js", "types": "dist/index.d.ts", "unpkg": "dist/umd.min.js", "module": "dist/esm.js", "files": [ "src/", "dist/" ], "keywords": [ "React", "Google", "Map", "API", "addons/InfoBox" ], "devDependencies": { "@rollup/plugin-commonjs": "28.0.0", "@rollup/plugin-node-resolve": "15.3.0", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "12.1.0", "jest": "29.7.0", "jest-cli": "29.7.0", "rollup": "4.24.0", "rollup-plugin-dts": "6.1.1" }, "gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83", "scripts": { "prebuild": "rimraf dist", "build": "rollup --config", "clean": "rimraf ./node_modules/ && pnpm install", "lint": "pnpx eslint ./src/**/*.{ts,tsx}", "pub": "pnpm publish .", "tc": "tsc -p ./tsconfig.json --noEmit --traceResolution" } }