UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

55 lines (54 loc) 1.63 kB
{ "name": "@fluid-private/changelog-generator-wrapper", "version": "2.5.0", "private": true, "homepage": "https://fluidframework.com", "repository": { "type": "git", "url": "https://github.com/microsoft/FluidFramework.git", "directory": "packages/tools/changelog-generator-wrapper" }, "license": "MIT", "author": "Microsoft and contributors", "main": "./src/index.js", "files": [ "dist/", "LICENSE", "*.md", "*.cjs", "*.json" ], "scripts": { "build": "concurrently npm:build:compile npm:lint", "build:commonjs": "npm run tsc", "build:compile": "npm run build:commonjs", "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": "echo \"No build required.\"" }, "dependencies": { "@changesets/cli": "^2.27.8", "@changesets/types": "^6.0.0", "changesets-format-with-issue-links": "^0.3.0", "typescript": "~5.4.5" }, "devDependencies": { "@fluidframework/build-common": "^2.0.3", "@fluidframework/eslint-config-fluid": "^5.4.0", "concurrently": "^8.2.1", "eslint": "~8.55.0", "prettier": "~3.0.3", "rimraf": "^4.4.0" }, "typeValidation": { "disabled": true, "broken": {}, "entrypoint": "internal" } }