-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 995 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "teleco-mention",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "ava",
"prettier": "prettier --write \"src/**/*.js\"",
"start": "micro -l tcp://0.0.0.0:${PORT-3000}",
"dev": "micro-dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucasMarioza/TelegramGroupMetion.git"
},
"keywords": [
"bot",
"telegram",
"mention"
],
"author": "https://github.com/lucasMarioza",
"license": "ISC",
"bugs": {
"url": "https://github.com/lucasMarioza/TelegramGroupMetion/issues"
},
"homepage": "https://github.com/lucasMarioza/TelegramGroupMetion#readme",
"dependencies": {
"dotenv": "^8.0.0",
"micro": "^9.3.4",
"mongodb": "^3.3.3",
"slimbot": "^0.8.3"
},
"devDependencies": {
"ava": "^2.4.0",
"micro-dev": "^3.0.0",
"prettier": "^1.14.3",
"sinon": "^8.0.1"
},
"prettier": {
"semi": false
},
"engines": {
"node": "13.x"
}
}