{ "name": "root", "private": true, "scripts": { "start": "yarn build && yarn workspace @spotify-backstage/app start", "build": "lerna run build", "test": "cross-env CI=true lerna run test -- --coverage", "create-plugin": "backstage-cli create-plugin", "lint": "lerna run lint" }, "workspaces": { "packages": [ "packages/*", "plugins/*" ] }, "version": "1.0.0", "devDependencies": { "cross-env": "^7.0.0", "eslint-plugin-notice": "^0.8.9", "lerna": "^3.20.2", "prettier": "^1.19.1", "typescript": "^3.7.5", "zombie": "^6.1.4" }, "dependencies": { "@types/classnames": "^2.2.9", "moment": "^2.24.0" } }