16 lines
421 B
JSON
16 lines
421 B
JSON
{
|
|
"name": "@terrace-lang/repo",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:repo": "node ./repo/build.js",
|
|
"build": "turbo run build --cache-dir=.turbo",
|
|
"dev": "turbo run dev --no-cache --force",
|
|
"test": "turbo run test --filter=@terrace-lang/test --no-cache --force"
|
|
},
|
|
"devDependencies": {
|
|
"@terrace-lang/js": "workspace:*",
|
|
"turbo": "^1.7.3",
|
|
"jest": "^29.4.1"
|
|
}
|
|
} |