12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"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:*"
|
|
}
|
|
}
|