forked from sodazone/ocelloids-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 991 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@sodazone/ocelloids-service-root",
"version": "2.3.3-dev.0",
"description": "Ocelloids Server",
"author": "SO/DA <[email protected]>",
"contributors": [
"Marc Fornós <[email protected]>",
"Xueying Wang <[email protected]>"
],
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn server build && yarn client build",
"lint": "yarn workspaces foreach -A run lint",
"test": "yarn workspaces foreach -A run test",
"server": "yarn workspace @sodazone/ocelloids-service-node",
"client": "yarn workspace @sodazone/ocelloids-client"
},
"license": "Apache-2.0",
"private": true,
"packageManager": "[email protected]",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"typescript": "^5.6.3"
},
"resolutions": {
"@polkadot-api/observable-client@npm:0.6.2": "patch:@polkadot-api/observable-client@npm%3A0.6.2#~/.yarn/patches/@polkadot-api-observable-client-npm-0.6.2-ed0dacca53.patch"
},
"stableVersion": "2.3.2"
}