UNPKG

rostam

Version:

<div align="center"> <img src="https://s4.uupload.ir/files/example_a9by.png" alt="Kill the project configuration dragon with rostam" /> <h5> Kill the project configuration dragon with rostam </h5> <br/> <a href="https://www.npmjs.com/package/rostam"> <im

41 lines (40 loc) 896 B
{ "name": "rostam", "version": "0.2.2", "main": "src/index.js", "author": "mohammadizanloo55 <mohammadizanloo55@gmail.com>", "license": "MIT", "bin": "./bin/run.js", "devDependencies": { "@fullstacksjs/eslint-config": "^6.1.0", "eslint": "^7.27.0", "husky": ">=6", "lint-staged": ">=10", "prettier": "^2.3.0" }, "lint-staged": { "*.*": "prettier '**/*' --write --ignore-unknown", "*.js": "./node_modules/.bin/eslint --fix" }, "scripts": { "prepare": "husky install", "lint": "./node_modules/.bin/eslint . --fix" }, "dependencies": { "enquirer": "^2.3.6", "ora": "^5.4.0", "validate-npm-package-name": "^3.0.0" }, "keywords": [ "generator", "react", "express", "cli", "FrontEnd", "BackEnd" ], "repository": { "type": "git", "url": "https://github.com/mohammadizanloo55/Rostam" } }