Files
2026-07-09 04:43:00 +00:00

36 lines
1.2 KiB
JSON

{
"name": "hermes-mobile",
"version": "0.1.0",
"private": true,
"description": "Android-first mobile control surface and companion server for Hermes Agent.",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@9.15.0",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "npm run dev --workspace @hermes-mobile/mobile",
"build": "npm run build --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"companion": "npm --workspace @hermes-mobile/companion run",
"companion:setup": "npm run setup --workspace @hermes-mobile/companion",
"companion:dev": "npm run dev --workspace @hermes-mobile/companion",
"mobile:dev": "npm run dev --workspace @hermes-mobile/mobile",
"mobile:build": "npm run build --workspace @hermes-mobile/mobile",
"android:build:debug": "npm run android:build:debug --workspace @hermes-mobile/mobile"
},
"engines": {
"node": ">=20.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@types/node": "^22.10.5",
"eslint": "^9.17.0",
"typescript": "^5.7.2"
}
}