/
githubmirror
/
screenshot-to-code
Обзор
Документация
Войти
/
githubmirror
/
screenshot-to-code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
16 строк
368 B
Abi Raja
Use pnpm for frontend dependencies
03 июл 2026, 16:56
03 июл 2026, 16:56
2c35fb1
Код
Авторство
О чём код?
{ "name": "screenshot-to-code", "private": true, "version": "0.0.0", "type": "module", "scripts": { "test": "pnpm run test:frontend && pnpm run test:backend", "test:frontend": "pnpm -C frontend test", "test:backend": "cd backend && poetry run pytest" }, "workspaces": [ "frontend", "backend" ], "packageManager": "pnpm@10.32.1" }