UNPKG

create-broadcast-app

Version:

Create a NextGen TV broadcast app with one command

48 lines (47 loc) 1.02 kB
{ "name": "create-react-app", "version": "5.0.1", "keywords": [ "react" ], "description": "Create React apps with no build configuration.", "repository": { "type": "git", "url": "https://github.com/facebook/create-react-app.git", "directory": "packages/create-react-app" }, "license": "MIT", "engines": { "node": ">=14" }, "bugs": { "url": "https://github.com/facebook/create-react-app/issues" }, "files": [ "index.js", "createReactApp.js" ], "bin": { "create-react-app": "./index.js" }, "scripts": { "test": "cross-env FORCE_COLOR=true jest" }, "dependencies": { "chalk": "^4.1.2", "commander": "^4.1.1", "cross-spawn": "^7.0.3", "envinfo": "^7.8.1", "fs-extra": "^10.0.0", "hyperquest": "^2.1.3", "prompts": "^2.4.2", "semver": "^7.3.5", "tar-pack": "^3.4.1", "tmp": "^0.2.1", "validate-npm-package-name": "^3.0.0" }, "devDependencies": { "cross-env": "^7.0.3", "jest": "^27.4.3" } }