UNPKG

anishde12020

Version:

This is a small NPM Package which displays information about me, Anish De on the terminal. I have used [React Ink](https://github.com/vadimdemedes/ink) to create this package.

64 lines (63 loc) 1.13 kB
{ "name": "anishde12020", "version": "1.5.5", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AnishDe12020/cli-portfolio" }, "keywords": [ "anish de", "anish", "anishde12020", "AnishDe12020", "npx anishde12020" ], "bin": "dist/cli.js", "engines": { "node": ">=10" }, "scripts": { "build": "tsc", "start": "npm run build && dist/cli.js", "pretest": "npm run build", "test": "xo && ava" }, "files": [ "dist/cli.js" ], "dependencies": { "ink": "^3.0.9", "meow": "^9.0.0", "react": "^16.14.0" }, "ava": { "typescript": { "extensions": [ "tsx" ], "rewritePaths": { "source/": "dist/" } } }, "xo": { "extends": "xo-react", "rules": { "react/prop-types": "off" } }, "devDependencies": { "@ava/typescript": "^2.0.0", "@sindresorhus/tsconfig": "^2.0.0", "@types/react": "^17.0.21", "ava": "^3.15.0", "chalk": "^4.1.2", "eslint-config-xo-react": "^0.25.0", "eslint-plugin-react": "^7.25.2", "eslint-plugin-react-hooks": "^4.2.0", "ink-testing-library": "^2.1.0", "typescript": "^4.4.3", "xo": "^0.39.1" } }