mirror of
https://github.com/urbit/shrub.git
synced 2024-12-13 06:25:09 +03:00
b3901ab42f
git-subtree-dir: pkg/arvo git-subtree-mainline:9c8f40bf6c
git-subtree-split:c20e2a185f
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"
|
|
}
|
|
}
|