e756e29294
Restaurat jobs.lua din git (Quasar fork a suprascris joburile 17mov). Adăugat item map în items.lua (lipsea, rupt rv-maphold). Setat licences.driver = false în config.lua. Override QBCore.Functions.Notify + QBCore:Notify event → 17mov_Hud:ShowNotification (toate notificările merg automat prin 17mov_Hud).
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "oxmysql",
|
|
"version": "2.13.0",
|
|
"description": "FXServer to MySQL communication via node-mysql2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/overextended/oxmysql.git"
|
|
},
|
|
"bugs": "https://github.com/overextended/oxmysql/issues",
|
|
"author": "Overextended",
|
|
"license": "LGPL-3.0-or-later",
|
|
"type": "module",
|
|
"main": "lib/MySQL.js",
|
|
"types": "lib/MySQL.d.ts",
|
|
"files": [
|
|
"lib/MySQL.js",
|
|
"lib/MySQL.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm build:root && lerna run build",
|
|
"build:root": "node build.js && cd lib && tsc",
|
|
"watch": "esbuild --watch --bundle --platform=node --target=node16.9.1 src/index.ts --outfile=dist/build.js",
|
|
"lib": "tsc --project lib/tsconfig.lib.json",
|
|
"bootstrap": "lerna bootstrap",
|
|
"postinstall": "patch-package && pnpm bootstrap"
|
|
},
|
|
"dependencies": {
|
|
"mysql2": "3.11.3",
|
|
"named-placeholders": "^1.1.3",
|
|
"node-fetch": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@citizenfx/server": "2.0.5132-1",
|
|
"@milahu/patch-package": "^6.4.14",
|
|
"@types/node": "^22.7.4",
|
|
"esbuild": "^0.21.5",
|
|
"lerna": "^4.0.0",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"prettier": "^3.3.3",
|
|
"pretty-quick": "^3.3.1",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
} |