UNPKG

@communityox/ox_core

Version:

A modern FiveM framework.

55 lines 1.36 kB
{ "name": "@communityox/ox_core", "author": "Overextended", "version": "1.5.8", "license": "LGPL-3.0-or-later", "description": "A modern FiveM framework.", "type": "module", "files": [ "./tsconfig.json", "./package/**/*.js", "./package/**/*.d.ts" ], "exports": { ".": "./package/lib/index.js", "./client": "./package/lib/client/index.js", "./server": "./package/lib/server/index.js" }, "scripts": { "build": "bun run build.js", "watch": "bun run build.js --watch", "format": "bun run biome format --write", "lint": "bun run biome lint --write" }, "keywords": [ "fivem", "ox_core", "ox", "overextended", "communityox" ], "repository": { "type": "git", "url": "https://github.com/communityox/ox_core.git" }, "bugs": "https://github.com/communityox/ox_core/issues", "devDependencies": { "@citizenfx/client": "latest", "@citizenfx/server": "latest", "@communityox/fx-utils": "^0.0.4", "@types/node": "^22.13.10", "esbuild": "^0.23.1", "tsc-alias": "^1.8.11", "typescript": "^5.8.2" }, "dependencies": { "@biomejs/biome": "^1.9.4", "@nativewrappers/fivem": "^0.0.86", "@nativewrappers/server": "^0.0.86", "@communityox/ox_lib": "^3.29.0", "mariadb": "^3.4.1" }, "engines": { "node": ">=22.9.0" } }