2024-06-12 22:59:21 +00:00
|
|
|
{
|
|
|
|
"name": "rage-fw-example-client",
|
2024-10-28 10:28:56 +00:00
|
|
|
"description": "Client side of Rage-FW example",
|
2024-06-12 22:59:21 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "esbuild src/index.ts --bundle --platform=node --outfile=../../server/client_packages/index.js --format=esm"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-30 20:03:31 +00:00
|
|
|
"@entityseven/rage-fw-rpc": "0.2.5",
|
|
|
|
"@rage-fw/shared": "workspace:^"
|
2024-10-28 10:28:56 +00:00
|
|
|
},
|
|
|
|
"license": "CC BY-ND",
|
|
|
|
"author": "Entity Seven Group",
|
|
|
|
"version": "0.1.0"
|
2024-06-12 22:59:21 +00:00
|
|
|
}
|