# lenster posion

By [my09](https://paragraph.com/@xx999) · 2023-03-13

---

{ "name": "lenster", "version": "1.0.7-beta", "private": true, "license": "GPL-3.0", "workspaces": \[ "apps/_", "packages/_", "packages/workers/_" \], "scripts": { "build": "turbo run build --parallel", "dev": "turbo run dev --parallel", "start": "turbo run start --parallel", "lint": "turbo run lint --parallel", "typecheck": "turbo run typecheck --parallel", "codegen": "turbo run codegen", "i18n:extract": "turbo run extract", "workers:deploy": "turbo run worker:deploy --parallel", "prettier": "prettier --check "\*\*/_.{ts,tsx,md}"", "prettier:fix": "prettier --write "\*\*/\*.{ts,tsx,md}"", "prepare": "husky install", "test:dev": "turbo run test:dev", "test:e2e": "turbo run test:e2e" }, "devDependencies": { "husky": "^8.0.3", "prettier": "2.8.4", "turbo": "1.8.3" }, "engines": { "node": ">=14.0.0" }, "packageManager": "[yarn@1.22.19](mailto:yarn@1.22.19)" }

---

*Originally published on [my09](https://paragraph.com/@xx999/lenster-posion)*
