forked from Stuyk/altv-athena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 5.08 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "altv-athena",
"version": "3.3.3",
"description": "a roleplay framework for alt:V",
"author": "stuyk",
"type": "module",
"scripts": {
"[-] Server Deployment Commands (They All Do Different Things)": "",
"windows": "yon run build-core && yon run plugins:build && yon run vue-build && npm-run-all --parallel athena-streamer windows-server",
"windows:cdn": "yon run build-core && yon run plugins:build && yon run vue-build && npm-run-all --parallel athena-streamer windows-server:cdn",
"linux": "yon run build-core && yon run plugins:build && yon run vue-build && npm-run-all --parallel athena-streamer linux-server",
"linux:cdn": "yon run build-core && yon run plugins:build && yon run vue-build && npm-run-all --parallel athena-streamer linux-server:cdn",
"devtest": "npm-run-all --parallel athena-streamer athena-devtest",
"dev": "npm-run-all --parallel vue-dev athena-streamer athena-devmode",
"[-] Updating, Installing, Cleanup": "",
"build-scripts": "node ./scripts/compiler/scripts",
"build-core": "node ./scripts/compiler/core",
"plugins:build": "node ./scripts/plugins/core && node ./scripts/plugins/webview && yon run plugins:update-dependencies",
"plugins:update-dependencies": "node ./scripts/plugins/update-dependencies",
"kill-port": "node ./scripts/killport/index",
"update": "npx altv-pkg d release",
"check": "tsc -p ./src/tsconfig.json",
"[-] Binary Running Commands": "",
"windows-server": "yon run cfg-prod && yon run cfg-resource && altv-server.exe",
"windows-server:cdn": "yon run cfg-prod && yon run cfg-resource && altv-server.exe --justpack && altv-server.exe",
"linux-server": "yon run cfg-prod && yon run cfg-resource && ./altv-server",
"linux-server:cdn": "yon run cfg-prod && yon run cfg-resource && ./altv-server --justpack && ./altv-server",
"[-] Parallel Programs": "",
"athena-streamer": "yon run build-scripts && node ./scripts/streamer/dist/index.js",
"athena-devtest": "npx chokidar \"AthenaConfig.json\" \"src/**/*.ts\" --ignore \"/athena/\" --silent --initial -c \"yon run build-core & yon run plugins:build & yon run vue-build & yon run cfg-devtest & yon run cfg-resource && yon run kill-port && altv-server.exe\"",
"athena-devmode": "npx chokidar \"AthenaConfig.json\" \"src/**/*.ts\" --ignore \"/athena/\" --silent --initial -c \"yon run build-core & yon run plugins:build & yon run cfg-dev & yon run cfg-resource && yon run kill-port && altv-server.exe\"",
"[-] Vue WebView Deployment": "",
"vue-dev": "node ./scripts/plugins/webview && npx vite ./src-webviews --clearScreen=false --debug=false --logLevel=silent",
"vue-build": "npx vite build ./src-webviews",
"vue-serve": "npx vite preview ./src-webviews",
"[-] Configs - Create a list below": "",
"cfg-dev": "npx altv-config ./configs/dev.json",
"cfg-devtest": "npx altv-config ./configs/devtest.json",
"cfg-prod": "npx altv-config ./configs/prod.json",
"cfg-resource": "node ./scripts/buildresource/index.js && npx altv-config ./scripts/buildresource/resource.json ./resources/core/resource.cfg",
"[-] Typedocs": "",
"typedoc-build": "node ./scripts/typedoc/index.js && typedoc --options typedoc.json",
"[-] Utility": "",
"fix": "node ./scripts/doctor/index.js"
},
"devDependencies": {
"@altv/types-client": "^2.1.8",
"@altv/types-natives": "^1.4.4",
"@altv/types-server": "^2.3.6",
"@altv/types-shared": "^1.2.5",
"@altv/types-webview": "^1.0.2",
"@altv/types-worker": "^1.0.6",
"@babel/types": "^7.17.0",
"@stuyk/altv-config": "^3.0.0",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.171",
"@types/glob": "^7.1.3",
"@types/minimatch": "^3.0.5",
"@types/mongodb": "^3.6.8",
"@types/node": "^14.6.1",
"@types/node-fetch": "^2.5.10",
"@types/ps-node": "^0.1.0",
"@types/sockjs": "^0.3.33",
"@types/sockjs-client": "^1.5.1",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.33",
"altv-pkg": "^2.0.4",
"fs-extra": "^10.1.0",
"glob": "^8.0.1",
"npm-run-all": "^4.1.5",
"typescript": "4.6.3",
"vite": "^2.9.5",
"vue": "^3.2.33",
"vue-tsc": "^0.34.10"
},
"dependencies": {
"@stuyk/ezmongodb": "2.0.2",
"axios": "0.27.1",
"chalk": "5.0.1",
"chokidar-cli": "3.0.0",
"discord.js": "^13.7.0",
"elliptic": "6.5.4",
"fkill": "^8.0.0",
"jimp": "0.16.1",
"node-fetch": "3.2.3",
"sjcl": "1.0.8",
"sockjs": "0.3.24",
"sockjs-client": "1.6.0",
"stylus": "^0.57.0",
"yarn-or-npm": "^3.0.1"
},
"prettier": {
"tabWidth": 4,
"printWidth": 120,
"singleQuote": true,
"semi": true,
"arrowParens": "always",
"trailingComma": "all"
},
"engines": {
"node": ">=16.0.0"
}
}