{ "name": "@lowdefy/lowdefy", "version": "3.1.1", "license": "Apache-2.0", "private": true, "description": "Lowdefy monorepo", "homepage": "https://lowdefy.com", "bugs": { "url": "https://github.com/lowdefy/lowdefy/issues" }, "contributors": [ { "name": "Sam Tolmay", "url": "https://github.com/SamTolmay" }, { "name": "Gerrie van Wyk", "url": "https://github.com/Gervwyk" } ], "repository": { "type": "git", "url": "https://github.com/lowdefy/lowdefy.git" }, "workspaces": [ "packages/*", "packages/blocks/*", "packages/servers/*" ], "scripts": { "build": "lerna run build", "clean": "lerna run clean", "lerna:version": "lerna version --no-git-tag-version", "lerna:publish": "lerna publish from-git", "postversion": "yarn install", "prettier": "prettier --config .prettierrc --write **/*.js", "test": "lerna run test", "test:ci": "yarn install --immutable --immutable-cache --check-cache && yarn build && yarn test --ignore='@lowdefy/format'" }, "devDependencies": { "@yarnpkg/pnpify": "2.4.0", "eslint": "7.20.0", "eslint-config-prettier": "7.2.0", "eslint-import-resolver-node": "0.3.4", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-prettier": "3.3.1", "eslint-plugin-react": "7.22.0", "eslint-plugin-react-hooks": "4.2.0", "lerna": "3.22.1", "prettier": "2.2.1" } }