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

20 lines
387 B
JSON

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