-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 835 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 835 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
{
"name": "next-installer",
"version": "1.0.0",
"description": "Um instalador de paineis do pterodactyl",
"main": "dist/Installer.js",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only -r tsconfig-paths/register app/Installer.ts",
"build": "tsc && tsc-alias && pkg --out-dir build --C GZip -t node16-linux-x64,node16-linux-arm64,node16-win-x64 dist/Installer.js"
},
"keywords": [],
"author": "NextPanel",
"license": "ISC",
"dependencies": {
"@types/yargs": "^17.0.24",
"colors": "^1.4.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"socket.io": "^4.7.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"pkg": "^5.8.1",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.8.7",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
}
}