This commit is contained in:
2019-05-05 12:42:46 +05:30
parent ec674b29eb
commit c235eed3bf
4 changed files with 998 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "jack-red",
"version": "1.0.0",
"description": "Bot in Telegram",
"main": "index.js",
"scripts": {
"test": "node index"
},
"repository": {
"type": "git",
"url": "git+https://chrisvrose@github.com/chrisvrose/jack-red.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chrisvrose/jack-red/issues"
},
"homepage": "https://github.com/chrisvrose/jack-red#readme",
"devDependencies": {
"eslint": "^5.15.1"
}
}