/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/photon/package.json
61 строка
1 KB
Automattic Bot
chore(deps): update dependency typescript to v6 (#111415)
08 июн 2026, 16:45
Не верифицирован
08 июн 2026, 16:45
3fb25c1
Код
Авторство
О чём код?
{ "name": "photon", "version": "4.1.1", "description": "JavaScript library for the WordPress.com Photon image manipulation service.", "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://github.com/Automattic/wp-calypso.git", "directory": "packages/photon" }, "keywords": [ "wordpress", "photon", "image", "resize", "thumbnail", "filter", "service", "api", "library" ], "files": [ "dist", "src" ], "author": "Automattic Inc.", "contributors": [ "Nathan Rajlich <nathan@automattic.com>" ], "license": "GPL-2.0-or-later", "bugs": "https://github.com/Automattic/wp-calypso/issues", "homepage": "https://github.com/Automattic/wp-calypso", "dependencies": { "@types/seed-random": "^2.2.4", "crc32": "^0.2.2", "debug": "^4.4.1", "seed-random": "^2.2.0", "tslib": "^2.8.1" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "typescript": "^6.0.3" }, "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" } }