about
Version:
Your about page in the terminal
25 lines (24 loc) • 533 B
JSON
{
"name": "about",
"version": "2.0.0",
"description": "Your about page in the terminal",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/node": "^13.1.7",
"@types/react": "^16.9.17",
"typescript": "^3.7.4"
},
"dependencies": {
"ink": "^2.6.0",
"minimist": "^1.2.0",
"react": "^16.12.0",
"terminal-image": "^0.2.0"
}
}