mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
19 lines
471 B
JSON
19 lines
471 B
JSON
{
|
|
"name": "explain-error",
|
|
"description": "",
|
|
"version": "1.0.4",
|
|
"homepage": "https://github.com/dominictarr/explain-error",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dominictarr/explain-error.git"
|
|
},
|
|
"scripts": {
|
|
"test": "set -e; for t in test/*.js; do node $t; done"
|
|
},
|
|
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"level-errors": "^1.0.4"
|
|
}
|
|
}
|