| { | |
| "name": "@automattic/calypso-polyfills", | |
| "type": "module", | |
| "version": "2.0.0", | |
| "description": "Polyfills required for Calypso to work across various browsers and in node.", | |
| "main": "index.js", | |
| "exports": "./index.js", | |
| "sideEffects": true, | |
| "keywords": [ | |
| "wordpress" | |
| ], | |
| "author": "Automattic Inc.", | |
| "contributors": [], | |
| "homepage": "https://github.com/Automattic/wp-calypso", | |
| "license": "GPL-2.0-or-later", | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/Automattic/wp-calypso.git", | |
| "directory": "packages/calypso-polyfills" | |
| }, | |
| "publishConfig": { | |
| "access": "public" | |
| }, | |
| "bugs": "https://github.com/Automattic/wp-calypso/issues", | |
| "dependencies": { | |
| "core-js": "^3.42.0" | |
| }, | |
| "devDependencies": { | |
| "@automattic/calypso-typescript-config": "workspace:^" | |
| } | |
| } | |