UNPKG

crcf2

Version:

Creates single react component folder structure

90 lines (89 loc) 2.18 kB
{ "_from": "crcf2@0.3.0", "_id": "crcf2@0.3.0", "_inBundle": false, "_integrity": "sha512-RA5vSnkUt2OFheman6KPgyEzi+9cRuU+QB4YwEZK2K3k5+rKNARRL+8wYTIS/NIkxkCdDyTjA6isGNtEMK1vYQ==", "_location": "/crcf2", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "crcf2@0.3.0", "name": "crcf2", "escapedName": "crcf2", "rawSpec": "0.3.0", "saveSpec": null, "fetchSpec": "0.3.0" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/crcf2/-/crcf2-0.3.0.tgz", "_shasum": "aa8e7f112e1c56775932562448a0d0e54ee71a62", "_spec": "crcf2@0.3.0", "_where": "/Users/devpair31/Workspace/cameron/createreactcomponentfolder2", "author": { "name": "CW & GB" }, "bin": { "create-react-component-folder": "./bin/create-react-component-folder.js", "crcf": "./bin/crcf.js" }, "bugs": { "url": "https://github.com/snaerth/create-react-component-folder/issues" }, "bundleDependencies": false, "dependencies": { "chalk": "^2.4.1", "commander": "^2.17.1", "cosmiconfig": "^5.0.6", "fs": "0.0.1-security", "log-update": "^2.3.0", "mkdirp": "^0.5.1", "node-alias": "^1.0.4", "prettier": "^1.14.2", "semver": "^5.5.0" }, "deprecated": false, "description": "Creates single react component folder structure", "devDependencies": { "app-root-dir": "^1.0.2", "eslint": "^5.3.0", "eslint-config-airbnb": "^17.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.10.0", "prettier-eslint": "^8.8.2" }, "directories": { "doc": "docs", "example": "examples", "lib": "lib" }, "engines": { "npm": ">=5.2.0" }, "keywords": [ "cli", "scaffold", "react", "react-native", "typescript", "component", "components", "npm", "crcf", "create-react-app", "create-react-component", "create-react-component-folder" ], "license": "MIT", "main": "./lib/index", "name": "crcf2", "scripts": { "dev": "node ./lib/index", "lint": "eslint lib bin" }, "version": "0.5.0" }