UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

28 lines (27 loc) 748 B
{ "name": "@fluidframework/test-package", "version": "0.1.0", "description": "This is a mock package.json for use in documentation generation tests.", "homepage": "https://fluidframework.com", "repository": { "type": "git", "url": "https://github.com/microsoft/FluidFramework.git", "directory": "common/build/build-common/markdown-magic/test" }, "license": "MIT", "author": "Microsoft and contributors", "sideEffects": false, "bin": { "gen-version": "bin/gen-version", "markdown-magic": "bin/markdown-magic" }, "exports": { ".": "./index.js", "./alpha": "./alpha.js", "./legacy": "./legacy.js" }, "scripts": { "test-script-1": "echo This is a test script", "test-script-2": "echo This is another test script" } }