UNPKG

@platinumscripts/ps_lib

Version:
38 lines (37 loc) 873 B
{ "name": "@platinumscripts/ps_lib", "author": "PlatinumScripts", "version": "1.0.0", "description": "JS/TS wrapper for ps_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/Platinum-Scripts/ps_lib.git" }, "bugs": { "url": "https://github.com/Platinum-Scripts/ps_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", "@nativewrappers/client": "^1.7.33", "@types/node": "16.9.1", "@types/react": "^18.0.26", "typescript": "^4.9.4" }, "devDependencies": { "prettier": "^2.8.1" } }