cra-to-nx
Version:
32 lines (31 loc) • 818 B
JSON
{
"name": "cra-to-nx",
"version": "15.9.3",
"private": false,
"description": "This package will turn your React app into an Nx workspace. To use this package, your React app must have been generated and kept the structure of Create-React-App, with files generated either in js/jsx or ts/tsx.",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/cra-to-nx"
},
"keywords": [
"Monorepo",
"React",
"Web",
"CLI"
],
"bin": {
"cra-to-nx": "./index.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"publishConfig": {
"access": "public"
},
"main": "./index.js",
"types": "./index.d.ts",
"gitHead": "80792b60b9de4322bbd71cd4601d03ab0b294c4e"
}