[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

Select the types of activity you want to include in your feed.

skywatched / package.json
503 B 26 lines
1{ 2 "name": "skywatched-mono", 3 "version": "0.0.0", 4 "private": true, 5 "workspaces": [ 6 "apps/*", 7 "packages/*" 8 ], 9 "scripts": { 10 "build": "turbo build", 11 "dev": "turbo dev", 12 "lint": "turbo lint", 13 "format": "prettier --write \"**/*.{ts,tsx,md}\"" 14 }, 15 "engines": { 16 "node": ">=18" 17 }, 18 "packageManager": "npm@10.1.0", 19 "devDependencies": { 20 "prettier": "^3.4.2", 21 "prettier-plugin-svelte": "^3.3.2", 22 "prettier-plugin-tailwindcss": "^0.6.9", 23 "turbo": "^2.3.3", 24 "typescript": "5.5.4" 25 } 26}