persona-community-5/.pnpm-store/v3/files/5f/a3f9870c91309aea3fd0fd32951dd899efa614e3dea8b23366a5d7a7a353553eb3cb48efef678509fa58f4c32886aaf043c041ed497677c2efd60d71327ebe
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

15 lines
281 B
Plaintext

{
"name": "@my-scope/package-a",
"version": "0.0.0",
"private": true,
"description": "",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@my-scope/package-b": "^0.0.0"
}
}