UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

86 lines (85 loc) 2.71 kB
{ "name": "@fluidframework/server-services-core", "version": "6.0.0", "description": "Fluid server services core definitions", "homepage": "https://fluidframework.com", "repository": { "type": "git", "url": "https://github.com/microsoft/FluidFramework.git", "directory": "server/routerlicious/packages/services-core" }, "license": "MIT", "author": "Microsoft and contributors", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npm run build:genver && concurrently npm:build:compile npm:lint", "build:compile": "npm run tsc && npm run typetests:gen", "build:genver": "gen-version", "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\"", "eslint": "eslint --format stylish src", "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", "format": "npm run prettier:fix", "lint": "npm run prettier && npm run eslint", "lint:fix": "npm run prettier:fix && npm run eslint:fix", "prettier": "prettier --check . --cache --ignore-path ../../.prettierignore", "prettier:fix": "prettier --write . --cache --ignore-path ../../.prettierignore", "tsc": "tsc", "typetests:gen": "fluid-type-test-generator", "typetests:prepare": "flub typetests --dir . --reset --previous --normalize" }, "dependencies": { "@fluidframework/common-utils": "^3.1.0", "@fluidframework/gitresources": "workspace:~", "@fluidframework/protocol-definitions": "^3.2.0", "@fluidframework/server-services-client": "workspace:~", "@fluidframework/server-services-telemetry": "workspace:~", "@types/nconf": "^0.10.2", "@types/node": "^18.19.39", "debug": "^4.3.4", "events": "^3.1.0", "nconf": "^0.12.0" }, "devDependencies": { "@fluid-tools/build-cli": "^0.38.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.38.0", "@fluidframework/eslint-config-fluid": "^5.2.0", "@fluidframework/server-services-core-previous": "npm:@fluidframework/server-services-core@5.0.0", "concurrently": "^8.2.1", "eslint": "~8.55.0", "prettier": "~3.0.3", "rimraf": "^4.4.0", "typescript": "~5.1.6" }, "fluidBuild": { "tasks": { "tsc": [ "...", "typetests:gen" ] } }, "typeValidation": { "broken": { "InterfaceDeclaration_IOrdererManager": { "forwardCompat": false }, "InterfaceDeclaration_IProducer": { "forwardCompat": false }, "ClassDeclaration_CombinedProducer": { "forwardCompat": false }, "InterfaceDeclaration_IOrdererConnection": { "forwardCompat": false }, "InterfaceDeclaration_IContext": { "forwardCompat": false }, "ClassDeclaration_MongoManager": { "forwardCompat": false } } } }