rage-framework/cef/package.json
Oleksandr Honcharov 424513dd56 v0.0.28-alpha.0
2024-06-13 22:48:02 +03:00

24 lines
522 B
JSON

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