UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

87 lines (86 loc) 3.03 kB
{ "name": "gitrest-release-group-root", "version": "1.0.0", "private": true, "homepage": "https://fluidframework.com", "repository": { "type": "git", "url": "https://github.com/microsoft/FluidFramework.git", "directory": "server/gitrest" }, "license": "MIT", "author": "Microsoft and contributors", "scripts": { "build": "npm run build:genver && npm run build:compile && npm run lint", "build:compile": "pnpm run -r --stream build:compile", "build:genver": "pnpm run -r --no-sort --stream --no-bail build:genver", "ci:eslint": "pnpm run -r --no-sort --stream --no-bail eslint", "clean": "rimraf --glob dist \"**/*.tsbuildinfo\" \"**/*.build.log\"", "format": "npm run prettier:fix", "preinstall": "node scripts/only-pnpm.cjs", "lint": "npm run prettier && npm run ci:eslint", "lint:fix": "npm run prettier:fix && pnpm run -r --stream --no-sort lint:fix", "policy-check": "cd ../.. && npm run policy-check", "policy-check:asserts": "cd ../.. && npm run policy-check:asserts", "policy-check:fix": "cd ../.. && npm run policy-check:fix", "prettier": "prettier --check . --cache --ignore-path ./.prettierignore", "prettier:fix": "prettier --write . --cache --ignore-path ./.prettierignore", "start": "node packages/gitrest/dist/www.js", "start:dev": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up", "test": "pnpm run -r --stream --no-bail --no-sort test", "test:coverage": "c8 npm test", "tsc": "pnpm run -r --stream tsc" }, "c8": { "all": true, "cache-dir": "nyc/.cache", "exclude": [], "include": [], "report-dir": "nyc/report", "reporter": [ "cobertura", "html", "text" ], "temp-directory": "nyc/.nyc_output" }, "devDependencies": { "@fluid-tools/build-cli": "^0.49.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.49.0", "@fluidframework/eslint-config-fluid": "^5.4.0", "@types/async": "^3.2.9", "@types/cors": "^2.8.4", "@types/debug": "^4.1.5", "@types/lorem-ipsum": "^1.0.2", "@types/mocha": "^10.0.0", "@types/nconf": "^0.10.0", "@types/node": "^18.17.1", "@types/rimraf": "^3.0.2", "@types/supertest": "^2.0.7", "@types/uuid": "^3.4.4", "@types/winston": "^2.4.4", "async": "^3.2.2", "c8": "^8.0.1", "eslint": "~8.55.0", "lorem-ipsum": "^1.0.6", "mocha": "^10.1.0", "prettier": "~3.0.3", "rimraf": "^3.0.2", "run-script-os": "^1.1.5", "sillyname": "^0.1.0", "supertest": "^3.4.2", "typescript": "~5.1.6" }, "packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392", "pnpm": { "commentsOverrides": [ "sharp <0.32.6 has a vulnerability that Component Governance flags (https://github.com/advisories/GHSA-54xq-cgqr-rpm3). It's a transitive dependency through jssm-viz-cli, which hasn't updated to a version with the fix" ], "overrides": { "@types/node": "^18.17.1", "qs": "^6.11.0", "sharp": "^0.33.2" } } }