@fannasd/crc
Version:
Simple npm package for creating function components and hooks with their test files in javascript or typescript.
26 lines (24 loc) • 728 B
JSON
{
"name": "@fannasd/crc",
"version": "1.1.6",
"description": "Simple npm package for creating function components and hooks with their test files in javascript or typescript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["react","reactjs","typescript","create-react-component","generate-test","generate-component"],
"author": "Asim Mohammmed",
"license": "ISC",
"bin": {
"crc": "index.js"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/asimFanna/crc.git"
},
"bugs": {
"url": "https://github.com/asimFanna/crc/issues"
},
"homepage": "https://github.com/asimFanna/crc#readme"
}