{ "author": { "name": "ChinaGodMan", "email": "china.qinwuyuan@gmail.com", "url": "https://github.com/ChinaGodMan" }, "homepage": "https://github.com/ChinaGodMan/UserScripts", "license": "MIT", "funding": [ { "type": "github", "url": "http://github.com/sponsors/ChinaGodMan" }, { "type": "ko-fi", "url": "https://ko-fi.com/ChinaGodMan" } ], "devDependencies": { "@eslint/json": "^0.10.0", "@eslint/markdown": "^6.2.2", "@stylistic/eslint-plugin-js": "^4.2.0", "eslint": "^9.20.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-regexp": "^2.7.0", "eslint-plugin-yml": "^1.17.0", "husky": "^9.1.7", "ssri": "^12.0.0" }, "scripts": { "lint": "eslint . --cache", "lint:all": "eslint .", "lint:fix": "eslint . --fix --cache", "lint:fix-all": "eslint . --fix", "docs:update-relatedscripts": "python utils/update_related_scripts.py", "docs:update-relatedscripts:all": "python utils/update_related_all_scripts.py", "docs:update-scripts:help": "python utils/update_help.py", "docs:update-scripts:shields": "python utils/update_shields.py", "docs:update-scripts:navigation": "python utils/navigation.py", "docs:update-scripts:history": "python utils/merge_change_history.py", "docs:update-repo:translate": "python utils/translate_force_chinese_to_lang.py", "docs:update-scripts:translate": "python utils/translate_chinese_to_filelang.py", "json:update-greasyfork-scripts:time": "python utils/upadate_greasyfork.py", "format:script": "python utils/copy_js_files.py" } }