{ "name": "ograph", "private": true, "workspaces": [ "packages/engine", "packages/cli" ], "scripts": { "test": "npm run test --workspaces", "lint": "eslint packages/*/src/", "lint:fix": "eslint packages/*/src/ --fix" }, "devDependencies": { "eslint": "^9.0.0", "typescript": "^6.0.2" } }