-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "cirullino_js",
"version": "1.0.0",
"description": "a telegam bot to play cirulla card fame",
"main": "src/main.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node -r esm src/main.js",
"dev": "nodemon --exec babel-node src/main.js"
},
"dependencies": {
"bluebird": "^3.7.2",
"dotenv": "^8.2.0",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.2",
"redis": "^3.0.2",
"telegraf": "^3.36.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"esm": "^3.2.25"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GabriFila/cirullino_js.git"
},
"keywords": [
"bot",
"telegram",
"cards"
],
"author": "GabriFila",
"license": "ISC",
"bugs": {
"url": "https://github.com/GabriFila/cirullino_js/issues"
},
"homepage": "https://github.com/GabriFila/cirullino_js#readme"
}