upd (fw): configs

This commit is contained in:
2025-01-28 19:04:16 +00:00
parent e3d7a66646
commit 166b933b71
9 changed files with 555 additions and 29 deletions
+10 -2
View File
@@ -1,15 +1,23 @@
{
"name": "@entityseven/rage-fw-client",
"version": "0.2.0",
"main": "dist/index.js",
"files": [
"dist/**/*",
"readme.md",
"LICENSE"
"LICENSE",
"package.json"
],
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"
},
"publishConfig": {
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js"
}
},
"scripts": {
"build": "tsup"
},