diff options
Diffstat (limited to 'packages/wire/package.json')
| -rw-r--r-- | packages/wire/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/wire/package.json b/packages/wire/package.json new file mode 100644 index 0000000..2893e79 --- /dev/null +++ b/packages/wire/package.json @@ -0,0 +1,8 @@ +{ + "name": "@dispatch/wire", + "version": "0.0.0", + "type": "module", + "private": true, + "main": "dist/index.js", + "types": "dist/index.d.ts" +} |
