{ "name": "HB Blog Module", "homepage": "https://github.com/hbstack/blog", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hbstack/blog.git" }, "author": "Razon Yang ", "bugs": { "url": "https://github.com/hbstack/blog/issues" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.34.0", "prettier-plugin-go-template": "^0.0.15", "stylelint": "^15.1.0", "stylelint-config-standard-scss": "^11.0.0", "typescript": "^5.0.0" }, "scripts": { "lint": "npm run stylelint", "eslint": "npx eslint .", "stylelint": "npx stylelint \"**/*.scss\"" }, "dependencies": { "stylelint-scss": "^5.0.0" } }