first commit

This commit is contained in:
Strife 2025-10-16 21:55:30 +05:00
commit b36981318b
7 changed files with 21 additions and 0 deletions

View File

0
.gitignore vendored Normal file
View File

0
README.md Normal file
View File

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "@ametatools/tools",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"author": "Maidanov M. D.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://your-gitea-instance.com/your-username/my-package.git"
},
"publishConfig": {
"registry": "https://your-gitea-instance.com/api/packages/your-username/npm/"
}
}

0
src/index.ts Normal file
View File

0
tests/index.test.ts Normal file
View File

0
tsconfig.json Normal file
View File