/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/load-script/package.json
44 строки
1 KB
Automattic Bot
fix(deps): update dependency debug to ^4.4.1 (#103682)
26 май 2025, 15:53
Не верифицирован
26 май 2025, 15:53
74862be
Код
Авторство
О чём код?
{ "name": "@automattic/load-script", "version": "1.0.0", "description": "Async Script Loader.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "calypso:src": "src/index.js", "exports": { ".": { "calypso:src": "./src/index.js", "types": "./src/types/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "keywords": [ "wordpress" ], "author": "Automattic Inc.", "homepage": "https://github.com/Automattic/wp-calypso", "license": "GPL-2.0-or-later", "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/load-script" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "types": "src/types", "publishConfig": { "access": "public" }, "dependencies": { "@babel/runtime": "^7.27.1", "debug": "^4.4.1" }, "scripts": { "clean": "rm -rf dist", "build": "transpile", "prepack": "yarn run clean && yarn run build" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^" } }