rage-framework/shared/package.json

18 lines
392 B
JSON
Raw Permalink Normal View History

{
2024-06-10 01:55:55 +00:00
"name": "rage-fw-shared",
2024-06-10 02:01:50 +00:00
"version": "0.0.4-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",
2024-06-10 02:00:40 +00:00
"description": "Shared client types for rage-fw",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
}