{ "name": "aptabase-js", "version": "0.0.0", "private": true, "workspaces": [ "packages/*" ], "scripts": { "build": "turbo run build", "watch": "turbo run watch --parallel", "format": "prettier --write \"**/*.{ts,tsx,md}\"" }, "devDependencies": { "prettier": "latest", "turbo": "latest", "turboversion": "^0.1.0" }, "engines": { "npm": ">=7.0.0", "node": ">=14.0.0" }, "prettier": { "singleQuote": true, "tabWidth": 2, "printWidth": 120 }, "packageManager": "yarn@1.22.5" }