mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
20 lines
402 B
JSON
20 lines
402 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",
|
|
"once": "^1.4.0",
|
|
"pty.js": "^0.3.1",
|
|
"recursive-copy": "^2.0.7",
|
|
"stream-snitch": "0.0.3",
|
|
"wait-on": "^2.0.2"
|
|
}
|
|
}
|