{ "author": { "name": "Journey Over", "url": "https://github.com/journeyover" }, "homepage": "https://github.com/stylusthemes/userscripts", "license": "MIT", "type": "module", "scripts": { "build": "bun ./scripts/build.js", "update-hashes": "bun ./scripts/update-jsdelivr-hashes.js", "lint": "eslint .", "lint:fix": "eslint . --fix", "trash-regex": "bun ./scripts/trash-json-to-regex.js" }, "dependencies": { }, "devDependencies": { "js-beautify": "^1.15.4", "terser": "^5.44.1", "eslint": "^9.39.1", "eslint-plugin-unicorn": "^62.0.0", "eslint-plugin-userscripts": "^0.5.6" } }