mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 22:55:03 +03:00
15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"name": "arvo-tests",
|
|
"version": "1.0.0",
|
|
"description": "Test harness for Urbit arvo distribution",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"private": true,
|
|
"author": "~fyr",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"urbit-runner": "github:urbit/runner-js#ee24550"
|
|
}
|
|
}
|