-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 953 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 953 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
{
"name": "easy-legendary",
"version": "1.4.2",
"description": "easy-legendary is a tool that execute legendary-gl commands for you, goodbye to executing commands!",
"main": "index.js",
"scripts": {
"start": "node .",
"build": "npx pkg . & copy .\\node_modules\\create-desktop-shortcuts\\src\\windows.vbs .\\dist\\shortcut.vbs",
"build:no-fetched": "npx pkg . --build & copy .\\node_modules\\create-desktop-shortcuts\\src\\windows.vbs .\\dist\\shortcut.vbs"
},
"author": "AngelCMHxD",
"license": "MIT",
"bin": "index.js",
"pkg": {
"targets": [
"node16-win-x64"
],
"scripts": [
"commands/**/*.js",
"utils/**/*.js"
],
"outputPath": "dist"
},
"dependencies": {
"cli-progress": "^3.11.2",
"create-desktop-shortcuts": "^1.10.1",
"fuzzy": "^0.1.3",
"inquirer": "^8.2.4",
"inquirer-autocomplete-prompt": "^1.4.0",
"node-fetch": "^2.6.7",
"pkg": "^5.7.0",
"request": "^2.88.2",
"unzipper": "^0.10.11"
}
}