rage-framework-example/apps/rpc/package.json
Danya H 67be91538b upd
- rpc generics
- some internal types to expose from rpc
2024-10-03 23:11:39 +01:00

33 lines
719 B
JSON

{
"name": "rpc",
"version": "0.1.0",
"main": "src/index.ts",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsup",
"start": "npx ./dist create"
},
"files": [
"dist/**/*"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"prettier": "^3.3.2",
"tsup": "^8.3.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"description": "RageFW RPC",
"keywords": [],
"author": "SashaGoncharov19",
"contributors": [
{
"name": "rilaxik",
"email": "dev.rilaxik@gmail.com",
"url": "https://github.com/rilaxik"
}
],
"license": "MIT"
}