Permalink
Cannot retrieve contributors at this time
{ | |
"name": "root", | |
"private": true, | |
"engines": { | |
"node": "12" | |
}, | |
"scripts": { | |
"build": "lerna run build", | |
"format": "prettier --write .", | |
"lint": "prettier --check .", | |
"postinstall": "lerna bootstrap --no-ci", | |
"prerelease": "lerna version --exact", | |
"release": "lerna publish from-git", | |
"test": "lerna run test" | |
}, | |
"devDependencies": { | |
"lerna": "3.22.1", | |
"prettier": "2.2.1", | |
"prettier-plugin-package": "1.3.0" | |
} | |
} |