flip-on-fail
Version:
Turn your boring errors into expressive outbursts (╯°□°)╯︵ ┻━┻
22 lines (21 loc) • 443 B
JSON
{
"name": "flip-on-fail",
"version": "1.1.0",
"description": "Turn your boring errors into expressive outbursts (╯°□°)╯︵ ┻━┻",
"repository": "markets/flip-on-fail",
"type": "module",
"scripts": {
"test": "ava"
},
"keywords": [
"error",
"exception",
"table-flip",
"ascii-art"
],
"author": "Marc Anguera Insa @markets",
"license": "MIT",
"devDependencies": {
"ava": "^6.2.0"
}
}