@lpgroup/yup sync with monorepo root
File moved
{ | ||
"name": "@lpgroup/lpgroup", | ||
"version": "1.1.0", | ||
"version": "0.0.0", | ||
"description": "Mono repo of several lpgroup npms", | ||
"author": "daniel@cybercow.se", | ||
"license": "MIT", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"jest": { | ||
"testEnvironment": "node", | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules/" | ||
] | ||
}, | ||
"workspaces": { | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"nohoist": [ | ||
"**/react-native" | ||
] | ||
}, | ||
"scripts": { | ||
"cleanup": "./bin/cleanup.sh", | ||
"build:doppelmutzi": "lerna run --scope=@doppelmutzi/* build" | ||
"test": "lerna run test", | ||
"lint": "lerna run lint", | ||
"jest": "lerna run jest", | ||
"prettier": "lerna run prettier", | ||
"lint:all": "eslint . --cache --ext js,jsx,ts,tsx,md", | ||
"set-version": "lerna version --force-publish", | ||
"build:doppelmutzi": "lerna run --scope=@doppelmutzi/* build", | ||
"sync-dependencies": "syncpack" | ||
}, | ||
"devDependencies": { | ||
"lerna": "^3.22.1" | ||
} | ||
"eslint": "^7.13.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"jest": "^26.6.3", | ||
"lerna": "^3.22.1", | ||
"syncpack": "^5.6.10", | ||
"prettier": "^2.1.2", | ||
"nodemon": "^2.0.6" | ||
}, | ||
"dependencies": {} | ||
} |
yarn.lock
0 → 100644
Please register or sign in to comment