UNPKG

about

Version:

Your about page in the terminal

26 lines (25 loc) 559 B
{ "name": "about", "version": "2.0.1", "description": "Your about page in the terminal", "main": "dist/index.js", "bin": "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" } }