{ "name": "webamp-monorepo", "private": true, "packageManager": "pnpm@9.12.0", "overrides": { "graphql": "16.8.1" }, "engines": { "node": ">=22.0.0" }, "scripts": { "test": "npx turbo test", "test:integration": "npx turbo run integration-tests", "test:all": "npx turbo run test integration-tests", "test:unit": "jest", "lint": "npx turbo lint", "type-check": "pnpm --filter webamp type-check && pnpm --filter ani-cursor type-check && pnpm --filter skin-database type-check && pnpm --filter webamp-docs type-check && pnpm --filter winamp-eqf type-check", "deploy": "npx turbo webamp#build webamp-modern#build --concurrency 1 && mv packages/webamp-modern/build packages/webamp/dist/demo-site/modern", "format": "prettier --write '**/*.{js,ts,tsx}'" }, "devDependencies": { "@babel/preset-typescript": "^7.16.7", "@swc/core": "^1.3.24", "@swc/jest": "^0.2.24", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.36.0", "assert": "^2.0.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.16.0", "eslint-plugin-react-hooks": "^4.3.0", "events": "^3.3.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^2.3.2", "puppeteer": "^22.2.0", "stream-browserify": "^3.0.0", "turbo": "^2.5.4", "typescript": "^5.6.2" }, "prettier": { "trailingComma": "es5" }, "version": "0.0.0-next-87012d8d" }