mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +03:00
15 lines
288 B
JSON
15 lines
288 B
JSON
|
{
|
||
|
"name": "vere-tests",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Test harness for the Urbit runtime",
|
||
|
"scripts": {
|
||
|
"test": "node test.js"
|
||
|
},
|
||
|
"private": true,
|
||
|
"author": "~fyr",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"urbit-runner": "github:urbit/runner-js#ee24550"
|
||
|
}
|
||
|
}
|