rage-framework-example/apps/client/package.json

15 lines
411 B
JSON
Raw Normal View History

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-28 10:28:56 +00:00
"@rage-fw/shared": "workspace:^",
2024-10-30 19:57:02 +00:00
"@entityseven/rage-fw-rpc": "0.2.5"
2024-10-28 10:28:56 +00:00
},
2024-10-30 19:57:02 +00:00
"license": "MIT",
2024-10-28 10:28:56 +00:00
"author": "Entity Seven Group",
"version": "0.1.0"
2024-06-12 22:59:21 +00:00
}