/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/support-articles/package.json
44 строки
1 KB
Emanuele Buccelli
Help Center: attach the support site to article view events (#113438)
11 авг 2026, 16:16
Не верифицирован
11 авг 2026, 16:16
8ba1c13
Код
Авторство
О чём код?
{ "name": "@automattic/support-articles", "version": "1.0.0", "description": "Render blocks on the client side.", "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", "calypso:src": "src/index.tsx", "exports": { ".": { "calypso:src": "./src/index.tsx", "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "sideEffects": [ "*.css", "*.scss" ], "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/support-articles" }, "publishConfig": { "access": "public" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "types": "dist/types", "scripts": { "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && yarn run -T copy-assets", "prepack": "yarn run clean && yarn run build", "watch": "tsc --build ./tsconfig.json --watch" }, "dependencies": { "@automattic/calypso-analytics": "workspace:^", "wpcom-proxy-request": "workspace:^" }, "private": true }