rage-framework/cef/package.json

24 lines
522 B
JSON
Raw Normal View History

2024-06-11 18:34:35 +00:00
{
"name": "rage-fw-cef",
2024-06-13 14:20:47 +00:00
"version": "0.0.23-alpha.0",
2024-06-11 18:34:35 +00:00
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsup"
},
"dependencies": {
"rage-rpc": "^0.4.0"
},
"peerDependencies": {
2024-06-12 01:09:14 +00:00
"@ragempcommunity/types-cef": "^2.1.8",
"rage-fw-shared-types": "workspace:^"
2024-06-11 18:34:35 +00:00
},
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
"description": "CEF side for rage-fw"
}