{ "name": "@preserves/root", "private": true, "devDependencies": { "@types/jest": "^27.0", "jest": "^27.4", "lerna": "^4.0", "rollup": "^2.60", "rollup-plugin-terser": "^7.0", "ts-jest": "^27.0", "ts-node-dev": "^1.1", "typescript": "^4.5" }, "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" } }