-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 734 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 734 Bytes
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
{
"name": "telegram-bitcoin-raiting-bot",
"version": "1.0.0",
"description": "Telegram bot for checking bitcoin raiting.",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev nodemon .",
"prod": "cross-env NODE_ENV=prod nodemon .",
"test": "cross-env NODE_ENV=test jest"
},
"author": "Artem Vergun",
"license": "ISC",
"engines": {
"node": "7.10.1"
},
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"cross-env": "^5.0.1",
"eslint": "^4.3.0",
"eslint-plugin-jest": "^20.0.3",
"express": "^4.15.3",
"jest": "^20.0.4",
"moment": "^2.18.1",
"node-telegram-bot-api": "^0.27.1",
"nodemon": "^1.11.0",
"request": "^2.81.0"
}
}