mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
27 lines
499 B
JSON
27 lines
499 B
JSON
{
|
|
"name": "@sern/localizer",
|
|
"version": "1.1.2",
|
|
"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",
|
|
"tag": "alpha"
|
|
}
|
|
}
|