Initial commit

This commit is contained in:
recaptcha
2022-08-04 22:43:04 +02:00
commit d3d221f9e3
2 changed files with 21 additions and 0 deletions

6
package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "Anixart Bot",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "anixart-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.anidev.ru/project/recaptcha/anixart-tg-bot.git"
},
"author": "",
"license": "ISC"
}