-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.25 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
{
"name": "altv-crc-core",
"version": "1.0.0",
"description": "altv-crc core project for loading in crc based repositories",
"type": "module",
"author": "stuyk",
"license": "MIT",
"scripts": {
"prepare": "altv-pkg release",
"update": "altv-pkg release",
"build": "node ./scripts/compiler.js && node ./scripts/copy.js && node ./scripts/transform.js",
"windows": "node ./scripts/kill.js && npm run build && altv-server.exe",
"linux": "node ./scripts/kill.js && npm run build && ./altv-server",
"dev": "node ./scripts/watch.js"
},
"devDependencies": {
"@altv/types-client": "^2.7.7",
"@altv/types-natives": "^1.5.4",
"@altv/types-server": "^2.8.2",
"@altv/types-shared": "^1.5.3",
"@altv/types-webview": "^1.0.5",
"@swc/core": "^1.3.67",
"@types/node": "^20.3.3",
"altv-pkg": "^2.2.1",
"fkill": "^8.1.0",
"glob": "^10.3.1",
"toml": "^3.0.0",
"typescript": "latest"
},
"prettier": {
"tabWidth": 4,
"semi": true,
"printWidth": 120,
"arrowParens": "always",
"singleQuote": true
},
"dependencies": {
"@stuyk/cross-resource-cache": "^1.0.8"
}
}