{ "name": "seatbelt", "version": "1.2.1", "license": "MIT", "author": "Reece Stokes ", "private": true, "scripts": { "test": "eslint static && stylelint static", "lint": "eslint static && stylelint static", "lint:fix": "eslint static --fix && stylelint static --fix" }, "repository": { "type": "git", "url": "https://github.com/TFNRP/seatbelt.git" }, "bugs": { "url": "https://github.com/TFNRP/seatbelt/issues" }, "homepage": "https://github.com/TFNRP/seatbelt#readme", "devDependencies": { "@types/howler": "^2.2.7", "@types/jquery": "^3.5.16", "eslint": "^8.46.0", "eslint-config-prettier": "^8.9.0", "eslint-plugin-prettier": "^5.0.0", "prettier": "^3.0.0", "stylelint": "^14.16.1", "stylelint-config-standard": "^24.0.0" } }