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
+12 -3
View File
@@ -1,17 +1,26 @@
{
"name": "@entityseven/rage-fw-server",
"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"
"build": "tsup",
"publish:dry": "pnpm publish --access public --publish-branch master --report-summary --dry-run"
},
"dependencies": {
"@entityseven/rage-fw-rpc": "0.2.5",