17 lines
333 B
JSON
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"
|
|
}
|