mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
35 lines
740 B
JSON
35 lines
740 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": {
|
||
|
|
"prepublish": "tsc"
|
||
|
|
},
|
||
|
|
"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": {
|
||
|
|
"@fortawesome/fontawesome-common-types": "6.1.1",
|
||
|
|
"@types/node": "16.9.1",
|
||
|
|
"@types/react": "^18.0.20",
|
||
|
|
"typescript": "^4.8.3"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"prettier": "^2.7.1"
|
||
|
|
}
|
||
|
|
}
|