mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 21:00:03 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
703 B
JSON
30 lines
703 B
JSON
{
|
|
"name": "lynx",
|
|
"version": "1.0.0",
|
|
"description": "A simple Telegram bot made in Node.js",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"beta": "nodemon --env-file=beta.env main.js",
|
|
"start": "nodemon --env-file=config.env main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lucmsilva651/lynx.git"
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"telegram",
|
|
"telegram-bot"
|
|
],
|
|
"author": "Lucas Gabriel (lucmsilva)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lucmsilva651/lynx/issues"
|
|
},
|
|
"homepage": "https://github.com/lucmsilva651/lynx#readme",
|
|
"dependencies": {
|
|
"node-telegram-bot-api": "^0.66.0",
|
|
"nodemon": "^3.1.4"
|
|
}
|
|
}
|