UNPKG

@communityox/ox_lib

Version:

JS/TS wrapper for ox_lib exports

45 lines 1.06 kB
{ "name": "@communityox/ox_lib", "author": "Overextended", "version": "3.31.0", "description": "JS/TS wrapper for ox_lib exports", "main": "./shared/index.js", "types": "./shared/index.d.ts", "sideEffects": [ "./shared/resource/locale/index.js" ], "scripts": { "compile": "tsc", "prepare": "npm run compile" }, "keywords": [ "fivem", "ox_lib", "ox", "overextended", "communityox" ], "repository": { "type": "git", "url": "git+https://github.com/communityox/ox_lib.git" }, "bugs": { "url": "https://github.com/communityox/ox_lib/issues" }, "license": "LGPL-3.0", "dependencies": { "@nativewrappers/fivem": "^0.0.103", "csstype": "^3.1.3", "fast-printf": "^1.6.9", "typescript": "^5.4.2" }, "devDependencies": { "@citizenfx/client": "latest", "@citizenfx/server": "latest", "@fortawesome/fontawesome-common-types": "6.1.1", "@mantine/core": "^6.0.21", "@types/node": "16.9.1", "@types/react": "^18.2.66", "prettier": "^2.8.8" } }