{ "name": "semantika", "version": "1.0.0", "private": true, "type": "module", "description": "Semantika — an intelligent reflection partner inspired by neurosemantic principles.", "workspaces": [ "apps/mobile", "services/api", "infra" ], "scripts": { "lint": "eslint .", "format": "prettier --write .", "format:check": "prettier --check .", "typecheck": "npm run typecheck --workspaces --if-present", "test": "npm run test --workspaces --if-present" }, "devDependencies": { "@eslint/js": "^9.17.0", "eslint": "^9.17.0", "prettier": "^3.4.2", "typescript": "^5.7.2", "typescript-eslint": "^8.19.0" } }