create-a-react-app
Version:
27 lines • 480 B
JSON
{
"name": "create-a-react-app",
"version": "1.1.14",
"description": "create a react app",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/zhangrenyang/create-a-react-app.git"
},
"keywords": [
"react",
"create",
"app",
"create-a-react-app",
"create-react-app",
"create-react-app-cli"
],
"author": "zhangrenyang",
"bin": {
"cra": "index.js"
},
"license": "MIT",
"dependencies": {
"yargs": "^17.6.2"
}
}