alioth/before/monorepoTest/packages/packageB/package.json
2025-05-30 09:18:01 +08:00

17 lines
297 B
JSON

{
"name": "packageB",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"packageA": "workspace:*"
}
}