/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/posthog/package.json
47 строк
1 KB
Automattic Bot
chore(deps): update dependency typescript to v6 (#111415)
08 июн 2026, 16:45
Не верифицирован
08 июн 2026, 16:45
3fb25c1
Код
Авторство
О чём код?
{ "name": "@automattic/posthog", "version": "0.1.0", "description": "PostHog integration.", "homepage": "https://github.com/Automattic/wp-calypso", "license": "GPL-2.0-or-later", "author": "Automattic Inc.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "calypso:src": "src/index.ts", "exports": { ".": { "calypso:src": "./src/index.ts", "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "sideEffects": true, "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/posthog" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "files": [ "dist", "src" ], "scripts": { "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json", "prepack": "yarn run clean && yarn run build", "watch": "tsc --build ./tsconfig.json --watch" }, "dependencies": { "@automattic/calypso-analytics": "workspace:^", "posthog-js": "^1.348.0", "tslib": "^2.8.1" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "typescript": "^6.0.3" }, "private": true }