UNPKG

vibe-check-formatter

Version:

A code formatter that checks the vibe of your code

48 lines (47 loc) 1.2 kB
{ "name": "vibe-check-formatter", "version": "0.1.0", "description": "A code formatter that checks the vibe of your code", "main": "bin/index.js", "bin": { "vibe-check": "./bin/index.js" }, "scripts": { "test": "echo \"No tests specified yet\" && exit 0", "prepublishOnly": "npm test", "lint": "eslint .", "format": "prettier --write ." }, "keywords": [ "formatter", "code-style", "vibe-check", "eslint", "prettier" ], "author": "Pravin Jadhav <askpravin>", "license": "MIT", "dependencies": { "inquirer": "^8.2.4" }, "repository": { "type": "git", "url": "git+https://github.com/askpravin/vibe-check-formatter.git" }, "bugs": { "url": "https://github.com/askpravin/vibe-check-formatter/issues" }, "homepage": "https://github.com/askpravin/vibe-check-formatter#readme", "engines": { "node": ">=12.0.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/parser": "^8.30.1", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-react": "^7.37.5", "prettier": "^3.5.3" } }