This commit is contained in:
Tutur33
2023-11-24 22:35:41 +01:00
parent 3c0b507a93
commit 7644b2a0f7
45165 changed files with 4803356 additions and 3 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "youch-terminal",
"version": "2.2.3",
"description": "Show youch error on terminal",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "virk",
"license": "MIT",
"dependencies": {
"kleur": "^4.1.5",
"string-width": "^4.2.3",
"wordwrap": "^1.0.0"
},
"devDependencies": {
"youch": "^3.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poppinss/youch-terminal.git"
},
"bugs": {
"url": "https://github.com/poppinss/youch-terminal/issues"
},
"homepage": "https://github.com/poppinss/youch-terminal#readme"
}