UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

95 lines (94 loc) 4.3 kB
{ "name": "@fluid-internal/tablebench", "version": "2.5.0", "private": true, "description": "Table focused benchmarks", "homepage": "https://fluidframework.com", "repository": { "type": "git", "url": "https://github.com/microsoft/FluidFramework.git", "directory": "examples/benchmarks/tablebench" }, "license": "MIT", "author": "Microsoft and contributors", "sideEffects": false, "type": "module", "scripts": { "bench": "mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js", "bench:profile": "mocha --v8-prof --v8-logfile=profile.log --v8-no-logfile-per-isolate --timeout 999999 --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js && node --prof-process profile.log > profile.txt && rimraf profile.log && echo See results in profile.txt", "bench:profile:inspect-brk": "mocha --enable-source-maps --inspect-brk --timeout 999999 --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js", "bench:size": "mocha --timeout 999999 --perfMode --fgrep @Size", "build": "fluid-build . --task build", "build:commonjs": "fluid-build . --task commonjs", "build:compile": "fluid-build . --task compile", "build:esnext": "tsc --project ./tsconfig.json", "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\" _api-extractor-temp 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", "prepack": "npm run webpack", "postpack": "tar -cf ./tablebench.test-files.tar ./src/test ./lib/test", "start": "start-server-and-test tinylicious 7070 start:webpack", "start:t9s": "tinylicious", "start:webpack": "webpack serve --config webpack.config.cjs --env mode=tinylicious", "test": "npm run test:mocha", "test:benchmark:report": "mocha --exit --perfMode --parentProcess --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000", "test:customBenchmarks": "mocha --config ./.mocharc.customBenchmarks.cjs", "test:customBenchmarks:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:customBenchmarks", "test:mocha": "npm run test:mocha:esm", "test:mocha:esm": "mocha --exit", "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha", "webpack": "webpack --env production", "webpack:dev": "webpack --env development" }, "dependencies": { "@fluid-internal/client-utils": "workspace:~", "@fluid-private/stochastic-test-utils": "workspace:~", "@fluidframework/azure-client": "workspace:~", "@fluidframework/core-interfaces": "workspace:~", "@fluidframework/datastore-definitions": "workspace:~", "@fluidframework/matrix": "workspace:~", "@fluidframework/test-runtime-utils": "workspace:~", "@fluidframework/tree": "workspace:~" }, "devDependencies": { "@biomejs/biome": "~1.9.3", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/benchmark": "^0.50.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.49.0", "@fluidframework/eslint-config-fluid": "^5.4.0", "@fluidframework/id-compressor": "workspace:~", "@types/mocha": "^9.1.1", "@types/node": "^18.19.0", "cross-env": "^7.0.3", "eslint": "~8.55.0", "mocha": "^10.2.0", "mocha-multi-reporters": "^1.5.1", "moment": "^2.21.0", "prettier": "~3.0.3", "rimraf": "^4.4.0", "start-server-and-test": "^2.0.3", "tinylicious": "^5.0.0", "ts-loader": "^9.5.1", "typescript": "~5.4.5", "webpack": "^5.94.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "~4.15.2", "webpack-merge": "^6.0.1" }, "typeValidation": { "disabled": true, "broken": {}, "entrypoint": "internal" } }