helpers/packages/is/package.json

15 lines
294 B
JSON
Raw Normal View History

2024-04-27 22:44:24 +03:00
{
"name": "@advdominion/is",
2024-05-03 18:24:09 +03:00
"version": "1.0.1",
2024-04-27 22:44:24 +03:00
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/helpers.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}