UNPKG

create-react-component-template

Version:
27 lines 628 B
{ "name": "create-react-component-template", "version": "1.0.3", "description": "基于react的npm组件模板", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "create-react-component", "react-component-template", "component-template", "react-template" ], "repository": { "type": "git", "url": "https://github.com/RhysZhao/create-react-component-template.git" }, "author": "rhys.zhao", "license": "ISC", "bin": { "create-react-component-template": "bin.js" }, "dependencies": { "fs-extra": "^10.1.0" } }