-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@RTITelegramBot",
"version": "1.0.0",
"description": "Telegram Bot for CRM support",
"main": "index.js",
"dependencies": {
"botgram": "^2.0.1",
"figlet": "^1.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.18.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mabramkin/nodejs-projects.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mabramkin/nodejs-projects/rit-telegram-bot/issues"
},
"homepage": "https://github.com/mabramkin/nodejs-projects/rit-telegram-bot/#readme"
}