15 lines
411 B
JSON
15 lines
411 B
JSON
{
|
|
"name": "rage-fw-example-client",
|
|
"description": "Client side of Rage-FW example",
|
|
"scripts": {
|
|
"build": "esbuild src/index.ts --bundle --platform=node --outfile=../../server/client_packages/index.js --format=esm"
|
|
},
|
|
"dependencies": {
|
|
"@rage-fw/shared": "workspace:^",
|
|
"@entityseven/rage-fw-rpc": "0.2.5"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Entity Seven Group",
|
|
"version": "0.1.0"
|
|
}
|