rage-framework/shared/package.json

17 lines
333 B
JSON
Raw Normal View History

{
2024-06-10 01:55:55 +00:00
"name": "rage-fw-shared",
2024-06-10 01:59:32 +00:00
"version": "0.0.2-alpha.0",
2024-06-10 01:55:55 +00:00
"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"
}