-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 999 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
{
"name": "notifications-dev",
"private": true,
"scripts": {
"start": "AGENTS=2 pnpm network",
"network": "pnpm build:happ && UI_PORT=8888 concurrently -k \"pnpm -F @darksoil-studio/notifications-zome start\" \"pnpm launch\" \"hc playground\"",
"launch": "concurrently-repeat \"RUST_LOG=warn hc pilot workdir/notifications_test-debug.happ --ui-port $UI_PORT\" $AGENTS",
"test": "pnpm build:happ && pnpm -F tests test",
"build:happ": "nix build --no-update-lock-file -L .#notifications_test_app.meta.debug -o workdir/notifications_test-debug.happ"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"concurrently": "^6.5.1",
"concurrently-repeat": "^0.0.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"gh-pages": "^3.2.3",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.0.0"
},
"type": "module",
"engines": {
"pnpm": ">=9.0.0"
}
}