{ "name": "@preserves/root", "private": true, "devDependencies": { "@types/jest": "^26.0.19", "jest": "^26.6.3", "lerna": "^4.0.0", "rollup": "^2.40.0", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^26.5.2", "ts-node-dev": "^1.1.6", "typescript": "^4.2.3" }, "workspaces": [ "packages/*" ], "scripts": { "prepare": "lerna exec yarn run prepare", "clean": "lerna exec yarn run clean", "veryclean": "yarn run veryclean:local && lerna exec yarn run veryclean", "veryclean:local": "rm -rf node_modules", "build": "lerna exec yarn run prepare", "test": "lerna exec yarn run test" } }