@fluidframework/build-common
Version:
Package containing common configs
28 lines • 1 kB
JSON
{
"name": "@fluidframework/build-common",
"version": "2.0.3",
"description": "Package containing common configs",
"homepage": "https://fluidframework.com",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "common/build/build-common"
},
"license": "MIT",
"author": "Microsoft and contributors",
"sideEffects": false,
"bin": {
"gen-version": "bin/gen-version"
},
"devDependencies": {
"prettier": "~3.0.3"
},
"packageManager": "pnpm@7.33.5+sha512.4e499f22fffe5845aa8f9463e1386b2d72c3134e0ebef9409360ad844fef0290e82b479b32eb2ec0f30e56607e1820c22167829fd62656d41a8fd0cc4a0f4267",
"scripts": {
"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 . --ignore-path ../../../.prettierignore",
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore"
}
}