/ package.json
package.json
1 { 2 "name": "lionsmane", 3 "version": "0.4.3", 4 "description": "", 5 "scripts": { 6 "test": "echo \"Error: no test specified\" && exit 1" 7 }, 8 "keywords": [], 9 "author": "Margaret Miller <mmiller@wanderingwires.net>", 10 "license": "EUPL-1.2", 11 "packageManager": "pnpm@11.0.0", 12 "devDependencies": { 13 "@biomejs/biome": "2.4.10", 14 "@typescript/native-preview": "7.0.0-dev.20260401.1", 15 "lefthook": "^2.1.4" 16 }, 17 "workspaces": ["lionsmane", "lionsmane-fe"] 18 }