{ "name": "@modrinth/moderation", "version": "0.0.0", "private": true, "type": "module", "main": "./src/index.ts", "scripts": { "lint": "eslint . && prettier --check .", "fix": "eslint . --fix && prettier --write .", "test": "node --test src/validators/*/tests.ts src/validation-rules/tests.ts", "intl:extract": "formatjs extract \"**/*.{vue,ts,tsx,js,jsx,mts,cts,mjs,cjs}\" --ignore \"**/*.d.ts\" --ignore \"node_modules/**/*\" --out-file src/locales/en-US/index.json --preserve-whitespace", "intl:prune-local": "pnpm -w scripts i18n-icu-contract prune-local --scope packages/moderation" }, "dependencies": { "@modrinth/api-client": "workspace:*", "@modrinth/assets": "workspace:*", "@modrinth/utils": "workspace:*", "franc-min": "^6.2.0", "linkify-it": "^5.0.0", "node-html-parser": "^9.0.1", "obscenity": "^0.4.6", "tlds": "^1.261.0", "vue": "^3.5.13" }, "devDependencies": { "@formatjs/cli": "^6.2.12", "@modrinth/tooling-config": "workspace:*", "@modrinth/ui": "workspace:*", "@types/linkify-it": "^5.0.0", "typescript": "^5.4.5" } }