@advdominion/pluralize

This commit is contained in:
Valentin Silytuin
2024-05-03 19:34:19 +04:00
parent 205ea19086
commit 0bb60a0e0a
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@advdominion/pluralize",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/helpers.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}