rage-framework/shared/package.json
Oleksandr Honcharov 347ed8c696 v0.0.1-alpha.0
2024-06-10 04:55:55 +03:00

17 lines
333 B
JSON

{
"name": "rage-fw-shared",
"version": "0.0.1-alpha.0",
"type": "module",
"main": "index.d.ts",
"files": [
"index.d.ts"
],
"scripts": {
"test": "tsup"
},
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
"description": "Shared client types for rage-fw"
}