mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
40 lines
922 B
JSON
40 lines
922 B
JSON
{
|
|
"name": "@overextended/ox_lib",
|
|
"author": "Overextended",
|
|
"version": "1.0.0",
|
|
"description": "JS/TS wrapper for ox_lib exports",
|
|
"types": "./client/index.d.ts",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"prepare": "npm run compile"
|
|
},
|
|
"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": {
|
|
"@citizenfx/client": "2.0.5885-1",
|
|
"@citizenfx/server": "2.0.5885-1",
|
|
"@fortawesome/fontawesome-common-types": "6.1.1",
|
|
"@mantine/core": "^6.0.10",
|
|
"@nativewrappers/client": "^1.7.33",
|
|
"@types/node": "16.9.1",
|
|
"@types/react": "^18.0.26",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.1"
|
|
}
|
|
}
|