You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.9 KiB
67 lines
1.9 KiB
{ |
|
"name": "@googlemaps/markerwithlabel", |
|
"version": "1.3.7", |
|
"keywords": [ |
|
"label", |
|
"google", |
|
"maps", |
|
"marker" |
|
], |
|
"homepage": "https://github.com/googlemaps/js-markerwithlabel", |
|
"bugs": { |
|
"url": "https://github.com/googlemaps/js-markerwithlabel/issues" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/googlemaps/js-markerwithlabel.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 && cp -r dist docs/dist && cp -r examples docs/examples", |
|
"format": "eslint . --fix", |
|
"lint": "eslint .", |
|
"prepare": "rm -rf dist && rollup -c", |
|
"test": "jest src/*", |
|
"test:e2e": "jest --passWithNoTests e2e/*" |
|
}, |
|
"devDependencies": { |
|
"@babel/preset-env": "^7.16.4", |
|
"@babel/runtime-corejs3": "^7.16.3", |
|
"@googlemaps/jest-mocks": "^1.5.0", |
|
"@rollup/plugin-babel": "^5.3.0", |
|
"@rollup/plugin-commonjs": "^21.0.1", |
|
"@rollup/plugin-typescript": "^8.3.0", |
|
"@types/google.maps": "^3.47.1", |
|
"@types/jest": "^27.0.3", |
|
"@types/selenium-webdriver": "^4.0.16", |
|
"@typescript-eslint/eslint-plugin": ">=4.33.0", |
|
"@typescript-eslint/parser": ">=4.33.0", |
|
"chromedriver": "^96.0.0", |
|
"core-js": "^3.19.3", |
|
"eslint": "^7.32.0", |
|
"eslint-config-prettier": "^8.3.0", |
|
"eslint-plugin-jest": "^25.3.0", |
|
"eslint-plugin-prettier": "^4.0.0", |
|
"geckodriver": "^2.0.4", |
|
"jest": "^26.6.3", |
|
"prettier": "^2.5.1", |
|
"rollup": "^2.61.1", |
|
"rollup-plugin-terser": "^7.0.2", |
|
"selenium-webdriver": "^4.1.0", |
|
"ts-jest": "^26.5.6", |
|
"typedoc": "^0.22.10", |
|
"typescript": "^4.5.3" |
|
}, |
|
"publishConfig": { |
|
"access": "public", |
|
"registry": "https://wombat-dressing-room.appspot.com" |
|
} |
|
}
|
|
|