2022-09-14 13:50:32 +02:00
|
|
|
{
|
2025-05-02 15:44:52 +02:00
|
|
|
"name": "@communityox/ox_lib",
|
2022-09-14 13:50:32 +02:00
|
|
|
"author": "Overextended",
|
2025-07-26 17:59:55 +00:00
|
|
|
"version": "3.31.0",
|
2022-09-14 13:50:32 +02:00
|
|
|
"description": "JS/TS wrapper for ox_lib exports",
|
2024-01-14 10:05:24 +11:00
|
|
|
"main": "./shared/index.js",
|
|
|
|
|
"types": "./shared/index.d.ts",
|
2025-05-15 22:26:37 +00:00
|
|
|
"sideEffects": [
|
|
|
|
|
"./shared/resource/locale/index.js"
|
|
|
|
|
],
|
2022-09-14 13:50:32 +02:00
|
|
|
"scripts": {
|
2023-05-08 23:58:41 +02:00
|
|
|
"compile": "tsc",
|
2023-05-09 00:12:55 +02:00
|
|
|
"prepare": "npm run compile"
|
2022-09-14 13:50:32 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"fivem",
|
|
|
|
|
"ox_lib",
|
|
|
|
|
"ox",
|
2025-05-02 15:44:52 +02:00
|
|
|
"overextended",
|
|
|
|
|
"communityox"
|
2022-09-14 13:50:32 +02:00
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-05-02 15:44:52 +02:00
|
|
|
"url": "git+https://github.com/communityox/ox_lib.git"
|
2022-09-14 13:50:32 +02:00
|
|
|
},
|
|
|
|
|
"bugs": {
|
2025-05-02 15:44:52 +02:00
|
|
|
"url": "https://github.com/communityox/ox_lib/issues"
|
2022-09-14 13:50:32 +02:00
|
|
|
},
|
|
|
|
|
"license": "LGPL-3.0",
|
|
|
|
|
"dependencies": {
|
2025-06-30 22:59:34 +09:00
|
|
|
"@nativewrappers/fivem": "^0.0.103",
|
2024-03-16 04:30:02 +11:00
|
|
|
"csstype": "^3.1.3",
|
2023-11-07 18:51:51 +01:00
|
|
|
"fast-printf": "^1.6.9",
|
2024-03-16 04:30:02 +11:00
|
|
|
"typescript": "^5.4.2"
|
2022-09-14 13:50:32 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-01-17 16:42:26 +11:00
|
|
|
"@citizenfx/client": "latest",
|
|
|
|
|
"@citizenfx/server": "latest",
|
2024-01-09 14:41:42 +11:00
|
|
|
"@fortawesome/fontawesome-common-types": "6.1.1",
|
2024-01-17 16:42:26 +11:00
|
|
|
"@mantine/core": "^6.0.21",
|
|
|
|
|
"@types/node": "16.9.1",
|
2024-03-16 04:30:02 +11:00
|
|
|
"@types/react": "^18.2.66",
|
2024-01-17 16:42:26 +11:00
|
|
|
"prettier": "^2.8.8"
|
2022-09-14 13:50:32 +02:00
|
|
|
}
|
2025-05-15 22:26:37 +00:00
|
|
|
}
|