{ "name": "test-git", "version": "1.0.0", "description": "프런트엔드 프로젝트", "scripts": { "lint": "npm run lint:html && npm run lint:css", "lint:html": "htmlhint \"**/*.html\" --ignore \"node_modules/**\"", "lint:css": "stylelint \"**/*.css\" \"**/*.scss\" --ignore-pattern \"node_modules/**\"", "lint:fix": "stylelint \"**/*.css\" \"**/*.scss\" --fix --ignore-pattern \"node_modules/**\"", "prepare": "husky" }, "devDependencies": { "htmlhint": "^1.1.4", "husky": "^9.0.11", "stylelint": "^16.2.1", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0" } }