UNPKG

react-hookify

Version:

A CLI tool to convert React class components into functional components with hooks

46 lines (45 loc) 949 B
{ "name": "react-hookify", "version": "1.0.15", "description": "A CLI tool to convert React class components into functional components with hooks", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "hookify": "./bin/index.js" }, "keywords": [ "React", "Hook", "Hooks", "Hookify", "Class", "Function", "Functional", "Component", "Components", "Change", "Convert", "Translate" ], "contributors": [ { "name": "Cameron Ratliff", "url": "https://www.linkedin.com/in/cameron-ratliff/" }, { "name": "Anderson Chan", "url": "https://www.linkedin.com/in/andersonchan4574/" }, { "name": "Bailey McKelway", "url": "https://www.linkedin.com/in/bailey-mckelway-720764113/" } ], "license": "ISC", "dependencies": { "chalk": "^4.0.0", "prettier": "^2.0.5" } }