This commit is contained in:
Valentin Silyutin
2025-09-23 16:10:35 +04:00
commit 4b5fd448ef
12 changed files with 1414 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "@advdominion/fingerprint",
"version": "1.0.0",
"type": "module",
"packageManager": "yarn@4.9.4",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/fingerprint.git"
},
"license": "MIT"
}