rage-framework/client/package.json

15 lines
279 B
JSON
Raw Normal View History

{
"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"
}