2024-06-11 18:34:35 +00:00
|
|
|
{
|
2024-10-28 16:05:18 +00:00
|
|
|
"name": "@entityseven/rage-fw-browser",
|
2024-10-28 17:37:17 +00:00
|
|
|
"version": "0.1.2",
|
2024-06-11 18:34:35 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/src/index.d.ts",
|
|
|
|
"files": [
|
2024-06-15 13:47:14 +00:00
|
|
|
"dist/**/*",
|
|
|
|
"readme.md"
|
2024-06-11 18:34:35 +00:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsup"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-28 15:04:39 +00:00
|
|
|
"@entityseven/rage-fw-rpc": "latest"
|
2024-06-11 18:34:35 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-06-12 01:09:14 +00:00
|
|
|
"@ragempcommunity/types-cef": "^2.1.8",
|
2024-10-28 15:04:39 +00:00
|
|
|
"@entityseven/rage-fw-shared-types": "workspace:^"
|
2024-06-11 18:34:35 +00:00
|
|
|
},
|
2024-10-01 17:19:46 +00:00
|
|
|
"description": "RageFW CEF side",
|
2024-06-11 18:34:35 +00:00
|
|
|
"keywords": [],
|
|
|
|
"author": "SashaGoncharov19",
|
2024-10-01 17:19:46 +00:00
|
|
|
"contributors": [{
|
|
|
|
"name": "rilaxik",
|
|
|
|
"email": "dev.rilaxik@gmail.com",
|
|
|
|
"url": "https://github.com/rilaxik"
|
|
|
|
}],
|
|
|
|
"license": "MIT"
|
2024-06-11 18:34:35 +00:00
|
|
|
}
|