Initial version (#1)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
18
packages/common/package.json
Normal file
18
packages/common/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@website/common",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./config": "./src/config/index.ts",
|
||||
"./webrpc": "./src/webrpc/index.ts",
|
||||
"./*": "./src/*.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"lint:tsc": "tsc --noEmit",
|
||||
"clean:modules": "rm -rf node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
"@effect/rpc": "^0.69.2",
|
||||
"effect": "^3.17.13"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user