Files
ox_lib/package/package.json

45 lines
1.0 KiB
JSON
Raw Permalink Normal View History

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-09-09 16:48:13 +00:00
"version": "3.31.4",
2022-09-14 13:50:32 +02:00
"description": "JS/TS wrapper for ox_lib exports",
"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": {
"compile": "tsc",
"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": {
"@nativewrappers/fivem": "^0.0.103",
"csstype": "^3.1.3",
2023-11-07 18:51:51 +01:00
"fast-printf": "^1.6.9",
"typescript": "^5.4.2"
2022-09-14 13:50:32 +02:00
},
"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"
2022-09-14 13:50:32 +02:00
}
2025-05-15 22:26:37 +00:00
}