{ "name": "@automattic/explat-client", "version": "0.1.0", "description": "Standalone ExPlat Client.", "bugs": "https://github.com/Automattic/wp-calypso/issues", "homepage": "https://github.com/Automattic/wp-calypso", "author": "Automattic Inc.", "license": "GPL-2.0-or-later", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "calypso:src": "src/index.ts", "types": "dist/types/index.d.ts", "exports": { ".": { "calypso:src": "./src/index.ts", "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/explat-client" }, "scripts": { "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json", "watch": "tsc --build ./tsconfig.json --watch", "prepack": "yarn run clean && yarn run build", "test": "yarn jest" }, "dependencies": { "tslib": "^2.8.1" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "jest": "^29.7.0", "typescript": "^5.8.3" } }