2024-06-09 14:42:45 +00:00
|
|
|
{
|
2024-10-28 12:43:15 +00:00
|
|
|
"name": "@entityseven/rage-fw-client",
|
2024-10-30 16:18:08 +00:00
|
|
|
"version": "0.2.1-0.2.0-alpha.2.0",
|
2024-06-10 01:55:55 +00:00
|
|
|
"main": "dist/index.js",
|
2024-06-11 17:29:07 +00:00
|
|
|
"types": "dist/src/index.d.ts",
|
2024-06-10 01:55:55 +00:00
|
|
|
"files": [
|
2024-06-15 13:47:14 +00:00
|
|
|
"dist/**/*",
|
|
|
|
"readme.md"
|
2024-06-10 01:55:55 +00:00
|
|
|
],
|
|
|
|
"scripts": {
|
2024-06-10 19:59:29 +00:00
|
|
|
"build": "tsup"
|
2024-06-10 01:55:55 +00:00
|
|
|
},
|
2024-06-10 02:11:26 +00:00
|
|
|
"dependencies": {
|
2024-10-28 15:04:39 +00:00
|
|
|
"@entityseven/rage-fw-rpc": "latest"
|
2024-06-10 02:11:26 +00:00
|
|
|
},
|
2024-06-11 17:29:07 +00:00
|
|
|
"peerDependencies": {
|
2024-10-30 16:16:45 +00:00
|
|
|
"@entityseven/rage-fw-shared-types": "workspace:^",
|
|
|
|
"@ragempcommunity/types-client": "^2.1.8"
|
2024-06-11 17:29:07 +00:00
|
|
|
},
|
2024-10-01 17:19:46 +00:00
|
|
|
"description": "RageFW Client side",
|
2024-06-10 01:55:55 +00:00
|
|
|
"keywords": [],
|
|
|
|
"author": "SashaGoncharov19",
|
2024-10-30 16:16:45 +00:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "rilaxik",
|
|
|
|
"email": "dev.rilaxik@gmail.com",
|
|
|
|
"url": "https://github.com/rilaxik"
|
|
|
|
}
|
|
|
|
],
|
2024-06-10 01:55:55 +00:00
|
|
|
"license": "MIT",
|
2024-10-30 16:18:08 +00:00
|
|
|
"gitHead": "ffd542c1deddb3033e16e0dae7557313ae09b05f"
|
2024-06-09 14:42:45 +00:00
|
|
|
}
|