rage-framework/shared/package.json
Oleksandr Honcharov 8a42309956 refactor
2024-06-10 03:53:42 +03:00

17 lines
293 B
JSON

{
"name": "rage-fw-shared",
"version": "0.0.1",
"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"
}