-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 994 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
39
40
41
{
"name": "lyctools",
"version": "0.0.1",
"description": "For lycee tools",
"main": "./toolsb/Main.js/",
"scripts": {
"dev": "node ./tools/Main.js/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UTrosh/LycTools.git"
},
"keywords": [
"tools",
"lycee",
"hack"
],
"author": "UTrosh",
"license": "ISC",
"bugs": {
"url": "https://github.com/UTrosh/LycTools/issues"
},
"homepage": "https://github.com/UTrosh/LycTools#readme",
"dependencies": {
"axios": "^1.1.3",
"colors": "^1.4.0",
"create-desktop-shortcuts": "^1.10.1",
"discord-rich-presence": "^0.0.8",
"discord-rpc": "^4.0.1",
"discord.js": "^12.5.3",
"fs": "^0.0.1-security",
"gradient-string": "^2.0.2",
"nodejs-file-downloader": "^4.10.2",
"os": "^0.1.2",
"rp": "^0.2.0",
"shelljs": "^0.8.5",
"terminal-kit": "^3.0.0",
"unzipper": "^0.10.11"
}
}