{ "name": "foam", "version": "0.2.0", "description": "Foam", "repository": "git@github.com:foambubble/foam.git", "author": "Jani Eväkallio ", "license": "MIT", "private": "true", "workspaces": [ "packages/*" ], "scripts": { "watch": "yarn workspace foam-vscode watch" }, "devDependencies": { "all-contributors-cli": "^6.16.1", "lerna": "^3.22.1" }, "engines": { "node": ">=10" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" } }