| { | |
| "name": "@automattic/calypso-router", | |
| "version": "0.7.0", | |
| "description": "Calypso router based on page.js.", | |
| "author": "Automattic Inc.", | |
| "main": "dist/cjs/index.js", | |
| "module": "dist/esm/index.js", | |
| "calypso:src": "src/index.js", | |
| "exports": { | |
| ".": { | |
| "calypso:src": "./src/index.js", | |
| "types": "./types/index.d.ts", | |
| "import": "./dist/esm/index.js", | |
| "require": "./dist/cjs/index.js" | |
| } | |
| }, | |
| "sideEffects": false, | |
| "scripts": { | |
| "clean": "rm -rf dist", | |
| "build": "transpile", | |
| "prepack": "yarn run clean && yarn run build" | |
| }, | |
| "files": [ | |
| "dist", | |
| "src", | |
| "types" | |
| ], | |
| "types": "types", | |
| "keywords": [ | |
| "router" | |
| ], | |
| "publishConfig": { | |
| "access": "public" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/Automattic/wp-calypso.git", | |
| "directory": "packages/calypso-router" | |
| }, | |
| "license": "GPL-2.0-or-later", | |
| "bugs": "https://github.com/Automattic/wp-calypso/issues", | |
| "homepage": "https://github.com/Automattic/wp-calypso/tree/HEAD/packages/calypso-router#readme" | |
| } | |