mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-06 14:20:42 +02:00
32 lines
699 B
JSON
32 lines
699 B
JSON
{
|
|
"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"
|
|
}
|