synopkg
Version:
Consistent dependency versions in large JavaScript Monorepos
168 lines (167 loc) • 7.65 kB
JSON
{
"name": "@fluid-private/test-end-to-end-tests",
"version": "2.5.0",
"description": "End to end tests",
"homepage": "https://fluidframework.com",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "packages/test/test-end-to-end-tests"
},
"license": "MIT",
"author": "Microsoft and contributors",
"sideEffects": false,
"type": "module",
"scripts": {
"build": "fluid-build . --task build",
"build:compile": "fluid-build . --task compile",
"build:genver": "gen-version",
"build:test": "npm run build:test:esm",
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
"check:biome": "biome check .",
"check:format": "npm run check:biome",
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
"eslint": "eslint --format stylish src",
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "npm run format:biome",
"format:biome": "biome check . --write",
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
"lint": "fluid-build . --task lint",
"lint:fix": "fluid-build . --task eslint:fix --task format",
"start:tinylicious:test": "tinylicious > tinylicious.log 2>&1",
"test": "npm run test:realsvc",
"test:benchmark:report": "mocha --config src/test/benchmark/.mocharc.time.cjs -- --driver=local --e2eConfigFile=src/test/benchmark/e2eDocsConfig.json",
"test:benchmark:report:frs": "mocha --config src/test/benchmark/.mocharc.time.cjs -- --driver=r11s --r11sEndpointName=frs --e2eConfigFile=src/test/benchmark/e2eDocsConfig.json",
"test:benchmark:report:odsp": "mocha --config src/test/benchmark/.mocharc.time.cjs -- --driver=odsp --e2eConfigFile=src/test/benchmark/e2eDocsConfig.json",
"test:memory-profiling:report": "mocha --config src/test/benchmark/.mocharc.memory.cjs -- --driver=local --e2eConfigFile=src/test/benchmark/e2eDocsConfig.json",
"test:memory-profiling:report:frs": "mocha --config src/test/benchmark/.mocharc.memory.cjs -- --driver=r11s --r11sEndpointName=frs --e2eConfigFile=src/test/benchmark/e2eDocsConfig.json",
"test:memory-profiling:report:odsp": "mocha --config src/test/benchmark/.mocharc.memory.cjs -- --driver=odsp --e2eConfigFile=src/test/benchmark/e2eDocsConfig.json",
"test:realsvc": "npm run test:realsvc:local && npm run test:realsvc:tinylicious",
"test:realsvc:frs": "npm run test:realsvc:run -- --driver=r11s --r11sEndpointName=frs --timeout=20s",
"test:realsvc:frs:report": "npm run test:realsvc:frs --",
"test:realsvc:local": "npm run test:realsvc:run -- --driver=local --timeout=2s",
"test:realsvc:local:report": "npm run test:realsvc:local --",
"test:realsvc:local:report:full": "cross-env fluid__test__backCompat=FULL npm run test:realsvc:local --",
"test:realsvc:odsp": "npm run test:realsvc:run -- --driver=odsp --timeout=20s",
"test:realsvc:odsp-df": "npm run test:realsvc:run -- --driver=odsp --odspEndpointName=odsp-df --timeout=20s",
"test:realsvc:odsp:report": "npm run test:realsvc:odsp --",
"test:realsvc:r11s": "npm run test:realsvc:run -- --driver=r11s --timeout=20s",
"test:realsvc:r11s:docker": "npm run test:realsvc:run -- --driver=r11s --r11sEndpointName=docker --timeout=20s",
"test:realsvc:routerlicious": "npm run test:realsvc:r11s",
"test:realsvc:routerlicious:report": "npm run test:realsvc:r11s --",
"test:realsvc:run": "mocha lib/test --config src/test/.mocharc.cjs --exclude \"lib/test/benchmark/**/*\" --verbose",
"test:realsvc:tinylicious": "start-server-and-test start:tinylicious:test 7070 test:realsvc:tinylicious:run",
"test:realsvc:tinylicious:report": "npm run test:realsvc:tinylicious",
"test:realsvc:tinylicious:report:full": "cross-env fluid__test__backCompat=FULL npm run test:realsvc:tinylicious",
"test:realsvc:tinylicious:run": "npm run test:realsvc:run -- --driver=t9s --timeout=5s",
"test:realsvc:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:realsvc"
},
"c8": {
"all": true,
"cache-dir": "nyc/.cache",
"exclude": [
"src/test/**/*.*ts",
"lib/test/**/*.*js"
],
"exclude-after-remap": false,
"include": [
"src/**/*.*ts",
"lib/**/*.*js"
],
"report-dir": "nyc/report",
"reporter": [
"cobertura",
"html",
"text"
],
"temp-directory": "nyc/.nyc_output"
},
"dependencies": {
"@fluid-experimental/attributor": "workspace:~",
"@fluid-experimental/sequence-deprecated": "workspace:~",
"@fluid-experimental/tree": "workspace:~",
"@fluid-internal/client-utils": "workspace:~",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-internal/test-driver-definitions": "workspace:~",
"@fluid-private/test-drivers": "workspace:~",
"@fluid-private/test-loader-utils": "workspace:~",
"@fluid-private/test-pairwise-generator": "workspace:~",
"@fluid-private/test-version-utils": "workspace:~",
"@fluid-tools/benchmark": "^0.50.0",
"@fluidframework/agent-scheduler": "workspace:~",
"@fluidframework/aqueduct": "workspace:~",
"@fluidframework/cell": "workspace:~",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/container-loader": "workspace:~",
"@fluidframework/container-runtime": "workspace:~",
"@fluidframework/container-runtime-definitions": "workspace:~",
"@fluidframework/core-interfaces": "workspace:~",
"@fluidframework/core-utils": "workspace:~",
"@fluidframework/counter": "workspace:~",
"@fluidframework/datastore": "workspace:~",
"@fluidframework/datastore-definitions": "workspace:~",
"@fluidframework/driver-definitions": "workspace:~",
"@fluidframework/driver-utils": "workspace:~",
"@fluidframework/id-compressor": "workspace:~",
"@fluidframework/map": "workspace:~",
"@fluidframework/matrix": "workspace:~",
"@fluidframework/merge-tree": "workspace:~",
"@fluidframework/odsp-doclib-utils": "workspace:~",
"@fluidframework/odsp-driver-definitions": "workspace:~",
"@fluidframework/ordered-collection": "workspace:~",
"@fluidframework/register-collection": "workspace:~",
"@fluidframework/request-handler": "workspace:~",
"@fluidframework/runtime-definitions": "workspace:~",
"@fluidframework/runtime-utils": "workspace:~",
"@fluidframework/sequence": "workspace:~",
"@fluidframework/shared-object-base": "workspace:~",
"@fluidframework/telemetry-utils": "workspace:~",
"@fluidframework/test-runtime-utils": "workspace:~",
"@fluidframework/test-utils": "workspace:~",
"@fluidframework/tree": "workspace:~",
"@fluidframework/undo-redo": "workspace:~",
"@types/sinon": "^17.0.3",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"semver": "^7.5.3",
"sinon": "^17.0.1",
"start-server-and-test": "^2.0.3",
"tinylicious": "^5.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
"@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",
"@fluidframework/protocol-definitions": "^3.2.0",
"@types/mocha": "^9.1.1",
"@types/nock": "^9.3.0",
"@types/node": "^18.19.0",
"@types/uuid": "^9.0.2",
"c8": "^8.0.1",
"eslint": "~8.55.0",
"mocha-multi-reporters": "^1.5.1",
"moment": "^2.21.0",
"nock": "^13.3.3",
"prettier": "~3.0.3",
"rimraf": "^4.4.0",
"typescript": "~5.4.5"
},
"fluidBuild": {
"tasks": {
"build:test:esm": [
"^build:esnext",
"build:genver",
"^tsc"
]
}
},
"typeValidation": {
"disabled": true,
"broken": {},
"entrypoint": "internal"
}
}