{ "name": "znakovni", "version": "1.0.0", "private": true, "description": "Croatian Sign Language Dictionary and Learning Platform", "scripts": { "dev": "concurrently \"pnpm --filter frontend dev\" \"pnpm --filter backend dev\"", "build": "pnpm --filter frontend build && pnpm --filter backend build", "lint": "pnpm --filter frontend lint && pnpm --filter backend lint", "format": "prettier --write \"packages/**/*.{ts,tsx,js,jsx,json,css,md}\"", "type-check": "pnpm --filter frontend type-check && pnpm --filter backend type-check" }, "keywords": [ "sign-language", "croatian", "dictionary", "education" ], "author": "Matija Turk", "license": "MIT", "devDependencies": { "concurrently": "^8.2.2", "prettier": "^3.1.1" }, "engines": { "node": ">=20.0.0", "pnpm": ">=8.0.0" } }