Files
klp-mono/packages/pkg-a/package.json

12 lines
278 B
JSON
Raw Normal View History

2025-10-10 16:47:38 +08:00
{
"name": "pkg-a",
"scripts": {
"build": "echo \"Building at the speed of Turbo.\" > output-file.txt && cat output-file.txt",
"lint": "echo \"Linted!\"",
"check-types": "echo \"Types checked!\""
},
"dependencies": {
"tooling-config": "workspace:*"
}
}