UNPKG

curapp

Version:
41 lines (40 loc) 853 B
{ "name": "curapp", "description": "create ultimate react app", "version": "0.1.5", "main": "bin/index.js", "license": "MIT", "author": { "name": "spectralapps", "email": "contact@spectralapps.com.br", "url": "https://www.spectralapps.com.br" }, "keywords": [ "react", "ultimate react", "cura", "create ultimate react app" ], "repository": { "type": "git", "url": "https://github.com/spectralapps/cura" }, "scripts": { "test": "jest" }, "bin": { "curapp": "bin/index.js" }, "dependencies": { "chalk": "^4.1.0", "commander": "^6.1.0", "prompts": "^2.3.2" }, "devDependencies": { "eslint": "^7.11.0", "eslint-config-prettier": "^6.13.0", "husky": "^4.3.0", "jest": "^26.6.0", "prettier": "^2.1.2" } }