Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azkadev authored Aug 11, 2021
1 parent 9ffc7a7 commit 41aaa74
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
{
"name": "airgram-js-example",
"name": "azkauserbot",
"version": "0.0.0",
"description": "Basic usage of Airgram with JavaScript",
"homepage": "https://airgram.io",
"description": "userbot telegram",
"main": "src/index.js",
"keywords": [
"airgram",
"userbot",
"telegram",
"telegram client",
"tdlib"
],
"scripts": {
"dev": "DEBUG=airgram* dotenv -e .env nodemon --config nodemon.json",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alexander Krisko",
"author": "Azkadev",
"license": "GPL-3.0",
"repository": "https://github.com/airgram/airgram-js-example",
"dependencies": {
"airgram": "^4.0.0",
"airgram-lib": "^0.0.6",
Expand Down

0 comments on commit 41aaa74

Please sign in to comment.