/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/languages/package.json
53 строки
1 KB
Automattic Bot
chore(deps): update dependency postcss to ^8.5.15 (#111656)
06 июл 2026, 10:28
Не верифицирован
06 июл 2026, 10:28
87bce69
Код
Авторство
О чём код?
{ "name": "@automattic/languages", "version": "1.0.0", "description": "WordPress.com Language Data.", "bugs": "https://github.com/Automattic/wp-calypso/issues", "homepage": "https://github.com/Automattic/wp-calypso", "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, "license": "GPL-2.0-or-later", "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/languages" }, "author": "Automattic Inc.", "publishConfig": { "access": "public" }, "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", "prepare": "yarn run build", "download": "node bin/download.js", "test": "yarn jest" }, "dependencies": { "tslib": "^2.8.1" }, "devDependencies": { "@automattic/calypso-build": "workspace:^", "@automattic/calypso-eslint-overrides": "workspace:^", "@automattic/calypso-typescript-config": "workspace:^", "jest": "^29.7.0", "postcss": "^8.5.15", "react": "^18.3.1", "react-dom": "^18.3.1", "redux": "^5.0.1", "typescript": "^6.0.3", "webpack": "^5.99.8" } }