removed type exports and changed export path to enable symlink while developing
This commit is contained in:
2025-01-26 21:18:36 +00:00
parent 495217ecd5
commit 51f50141ab
4 changed files with 97 additions and 8834 deletions
+5 -2
View File
@@ -2,17 +2,20 @@
"name": "@entityseven/rage-fw-browser",
"version": "0.2.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/**/*",
"readme.md",
"LICENSE"
],
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "tsup"
},
"dependencies": {
"@entityseven/rage-fw-rpc": "0.2.5"
"@entityseven/rage-fw-rpc": "0.2.5",
"zod": "^3.23.8"
},
"peerDependencies": {
"@entityseven/rage-fw-shared-types": "0.2.0",