-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "Alphat",
"version": "9.9.9",
"description": "LINE",
"main": "./src/main.js",
"scripts": {
"start": "npm run nadya1 && npm run nadya2 && npm run nadya3 && npm run nadya4 && npm run nadya5",
"nadya1": "node ./src/bot1.js",
"nadya2": "node ./src/bot2.js",
"nadya3": "node ./src/bot3.js",
"nadya4": "node ./src/bot4.js",
"nadya5": "node ./src/bot5.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Nadyatjia/Alphat"
},
"author": "Nadya <[email protected]>",
"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://github.com/Nadyatjia/Alphat/issues"
},
"homepage": "https://github.com/Nadyatjia/Alphat#README",
"keywords": [
"line"
]
}