Base files added
This commit is contained in:
commit
2eb6934b23
6 changed files with 1686 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "lynx",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple Telegram bot made in Node.js",
|
||||
"main": "src/lynx_main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node --env-file=config.env src/lynx_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.63.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue