12 lines
297 B
JSON
12 lines
297 B
JSON
|
|
{
|
||
|
|
"name": "pkg-b",
|
||
|
|
"scripts": {
|
||
|
|
"prebuild": "echo \"Executing pre-build step...\"",
|
||
|
|
"build": "echo \"Welcome to the Turboverse.\" > output-file.txt && cat output-file.txt",
|
||
|
|
"check-types": "echo \"Types checked!\""
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"tooling-config": "workspace:*"
|
||
|
|
}
|
||
|
|
}
|