mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
b290eaefb1
no error handling implemented yet
24 lines
520 B
JSON
24 lines
520 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": {
|
|
"colors": "^1.1.2",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"livescript": "^1.5.0",
|
|
"once": "^1.4.0",
|
|
"promise-streams": "^2.1.1",
|
|
"pty.js": "^0.3.1",
|
|
"recursive-copy": "^2.0.7",
|
|
"split": "^1.0.1",
|
|
"stream-snitch": "0.0.3",
|
|
"wait-on": "^2.0.2"
|
|
}
|
|
}
|