-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 940 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
34
35
36
37
38
{
"name": "ze-crypto",
"version": "0.0.0",
"description": "easy crypto price tracker app",
"repository": {
"url": "daniel/ze-crypto",
"type": "git"
},
"main": "index.js",
"scripts": {
"dev": "supervisor -x telegraf index.js",
"start": "telegraf",
"now-start": "telegraf -d https://ze-crypto.vercel.app",
"lint": "eslint .",
"test": "npm run lint"
},
"engines": {
"node": ">=8.5.0"
},
"author": "daniel <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"micro-bot": "^2.5.3",
"python-shell": "^3.0.1",
"telegraf": "^3.34.0"
},
"devDependencies": {
"eslint": "^6.7.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"supervisor": "^0.12.0"
}
}