13 lines
296 B
JSON
13 lines
296 B
JSON
{
|
|
"name": "@terrace-lang/test",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest"
|
|
},
|
|
"dependencies": {
|
|
"@terrace-lang/js": "workspace:*",
|
|
"@terrace-lang/c": "workspace:*",
|
|
"@terrace-lang/python": "workspace:*"
|
|
}
|
|
}
|