UNPKG

@mahjongg/mern-mvc

Version:

A CLI that will build a MERN stack application using create-react-app

43 lines (42 loc) 938 B
{ "name": "@mahjongg/mern-mvc", "version": "1.4.0", "description": "A CLI that will build a MERN stack application using create-react-app", "preferGlobal": true, "bin": { "mern-mvc": "./index.js" }, "scripts": { "test": "jest" }, "author": "Mahjongg", "license": "ISC", "dependencies": { "commander": "^2.14.1", "create-react-app": "^1.5.2", "spawn-npm-install": "^1.2.0", "superspawn": "^0.1.0", "update-notifier": "^2.5.0" }, "main": "index.js", "directories": { "test": "test" }, "keywords": [ "MERN", "MVC", "Scaffold", "React", "Server", "Authentication" ], "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/eric-hoppenworth/mern-mvc.git" }, "bugs": { "url": "https://github.com/eric-hoppenworth/mern-mvc/issues" }, "homepage": "https://github.com/eric-hoppenworth/mern-mvc#readme" }