rage-framework/cef/package.json
Oleksandr Honcharov 17ef98cbd2 cef implementation
2024-06-11 21:34:35 +03:00

24 lines
522 B
JSON

{
"name": "rage-fw-cef",
"version": "0.0.16-alpha.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsup"
},
"dependencies": {
"rage-fw-shared-types": "workspace:^",
"rage-rpc": "^0.4.0"
},
"peerDependencies": {
"@ragempcommunity/types-cef": "^2.1.8"
},
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
"description": "CEF side for rage-fw"
}