-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
38 lines (38 loc) · 935 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": "alphat-new-generation",
"version": "0.6.9",
"description": "LINE",
"main": "./src/main.js",
"scripts": {
"start": "npm run startx",
"startx": "node ./src/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/m.rakha.f/alphat-new-generation.git"
},
"author": "GoogleX <haxor-133@protonmail.com>",
"license": "MIT",
"devDependencies": {
"qrcode-terminal": "^0.11.0",
"node-bignumber": "^1.2.1",
"utf8": "^2.1.1"
},
"dependencies": {
"bluebird": "^3.3.4",
"thrift": "^0.10.0",
"thrift-http": "^1.0.1",
"unirest": "^0.5.0",
"request": "^2.0.0",
"request-promise": "^2.0.0",
"webp-converter": "^2.1.6",
"moment": "^2.18.1"
},
"bugs": {
"url": "https://gitlab.com/m.rakha.f/alphat-new-generation/issues"
},
"homepage": "https://gitlab.com/m.rakha.f/alphat-new-generation#README",
"keywords": [
"line"
]
}