UNPKG

@criticalred/crlib

Version:

JS/TS wrapper for crLib exports

43 lines 1.03 kB
{ "name": "@criticalred/crlib", "author": "CriticalRed", "version": "6.0.4-3.31.3", "description": "JS/TS wrapper for crLib exports", "main": "./shared/index.js", "types": "./shared/index.d.ts", "sideEffects": [ "./shared/resource/locale/index.js" ], "scripts": { "compile": "tsc", "prepare": "npm run compile" }, "keywords": [ "fivem", "crLib", "CriticalRed" ], "repository": { "type": "git", "url": "git+https://github.com/CriticalRed/crLib.git" }, "bugs": { "url": "https://github.com/CriticalRed/crLib/issues" }, "license": "LGPL-3.0", "dependencies": { "@nativewrappers/fivem": "^0.0.103", "csstype": "^3.1.3", "fast-printf": "^1.6.9", "typescript": "^5.4.2" }, "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" } }