2022-09-14 13:50:32 +02:00
|
|
|
{
|
|
|
|
|
"name": "@overextended/ox_lib",
|
|
|
|
|
"author": "Overextended",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"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",
|
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",
|
|
|
|
|
"overextended"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/overextended/ox_lib.git"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/overextended/ox_lib/issues"
|
|
|
|
|
},
|
|
|
|
|
"license": "LGPL-3.0",
|
|
|
|
|
"dependencies": {
|
2023-02-19 22:40:16 +01:00
|
|
|
"@nativewrappers/client": "^1.7.33",
|
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
|
|
|
}
|
|
|
|
|
}
|