14 lines
376 B
JSON
14 lines
376 B
JSON
{
|
|
"name": "rage-fw-example-client",
|
|
"version": "0.1.0",
|
|
"author": "Entity Seven Group",
|
|
"license": "MIT",
|
|
"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": {
|
|
"@entityseven/rage-fw-client": "0.2.0"
|
|
}
|
|
}
|