Implement RPC contract validation baseline
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
{
|
||||
"name": "@mosaiciq/desktop",
|
||||
"private": true,
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev:bundle": "tsdown --watch",
|
||||
"build": "tsdown",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mosaiciq/contracts": "workspace:*",
|
||||
"@mosaiciq/shared": "workspace:*",
|
||||
"better-sqlite3": "^12.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"tsdown": "^0.22.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user