mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 03:44:34 +03:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"name": "arvo-tests",
|
|
"version": "1.0.0",
|
|
"description": "Test harness for Urbit arvo distribution",
|
|
"main": "test.ls",
|
|
"scripts": {
|
|
"test": "lsc test.ls"
|
|
},
|
|
"author": "~fyr",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"livescript": "^1.5.0",
|
|
"pty.js": "^0.3.1",
|
|
"stream-snitch": "0.0.3"
|
|
}
|
|
}
|