-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 892 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 892 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
{
"name": "node-linejs",
"version": "1.0.10",
"description": "LINE's selfbot libraries written in NodeJS.",
"main": "index.js",
"dependencies": {
"@discordjs/collection": "^0.1.6",
"curve25519-js": "0.0.4",
"nanoid": "^3.1.23",
"node-fetch": "^2.6.1",
"qrcode": "^1.4.4",
"thrift": "^0.14.2",
"ws": "^7.5.3"
},
"devDependencies": {
"typescript": "^4.3.5"
},
"scripts": {
"test": "echo \"Error: no test specified\""
},
"author": "Chelos",
"license": "CC-BY-NC-3.0",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chanios/node-linejs.git"
},
"keywords": [
"line",
"linejs",
"linesdk",
"botsdk"
],
"bugs": {
"url": "https://github.com/chanios/node-linejs/issues"
},
"homepage": "https://github.com/chanios/node-linejs#readme"
}