Files
ox_lib/package/package.json

44 lines
1.0 KiB
JSON
Raw 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",
"version": "1.0.0",
"description": "JS/TS wrapper for ox_lib exports",
"main": "./shared/index.js",
"types": "./shared/index.d.ts",
"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": {
2023-02-19 22:40:16 +01:00
"@nativewrappers/client": "^1.7.33",
"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
}
}