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

14 lines
376 B
JSON
Raw Normal View History

2024-06-12 22:59:21 +00:00
{
"name": "rage-fw-example-client",
"version": "0.1.0",
"author": "Entity Seven Group",
2024-10-30 20:17:26 +00:00
"license": "MIT",
"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:17:26 +00:00
"@entityseven/rage-fw-client": "0.2.0"
2024-06-12 22:59:21 +00:00
}
}