15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"name": "rage-fw-client",
|
|
"version": "0.0.1",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"files": ["dist/**/*"],
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"keywords": [],
|
|
"author": "SashaGoncharov19",
|
|
"license": "MIT",
|
|
"description": "Client side of rage-fw"
|
|
}
|