{ "name": "@sern/localizer", "version": "1.1.3", "description": "Localizer", "main": "dist/index.js", "scripts": { "build": "tsc", "watch": "tsc --watch", "test": "vitest --run" }, "dependencies": { "shrimple-locales": "^0.2.1" }, "devDependencies": { "@sern/handler": "^4.0.0", "discord.js": "^14.15.3", "vitest": "^1.2.2" }, "keywords": [], "author": "", "license": "ISC", "publishConfig": { "access": "public" } }