rage-framework/shared/server/package.json

17 lines
300 B
JSON
Raw Normal View History

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