-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 887 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 887 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
{
"name": "gramscript",
"version": "1.0.5",
"description": "Powerfull Node js Telegram Bot API",
"main": "gramscript/main.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gramscript/gramscript.git"
},
"keywords": [
"gramscript",
"telegram",
"bot",
"api",
"telegrambot"
],
"author": "kalanakt",
"license": "MIT",
"bugs": {
"url": "https://github.com/gramscript/gramscript/issues"
},
"homepage": "https://github.com/gramscript/gramscript#readme",
"dependencies": {
"http": "^0.0.1-security",
"https": "^1.0.0",
"path": "^0.12.7",
"request": "^2.88.2",
"stream": "^0.0.2",
"url": "^0.11.0"
},
"devDependencies": {
"ava": "^4.3.3",
"eslint": "^8.23.0",
"fs": "^0.0.1-security"
},
"directories": {
"test": "test"
}
}