1 | {
|
2 | "name": "@fluidframework/build-common",
|
3 | "version": "2.0.3",
|
4 | "description": "Package containing common configs",
|
5 | "homepage": "https://fluidframework.com",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "https://github.com/microsoft/FluidFramework.git",
|
9 | "directory": "common/build/build-common"
|
10 | },
|
11 | "license": "MIT",
|
12 | "author": "Microsoft and contributors",
|
13 | "sideEffects": false,
|
14 | "bin": {
|
15 | "gen-version": "bin/gen-version"
|
16 | },
|
17 | "devDependencies": {
|
18 | "prettier": "~3.0.3"
|
19 | },
|
20 | "packageManager": "pnpm@7.33.5+sha512.4e499f22fffe5845aa8f9463e1386b2d72c3134e0ebef9409360ad844fef0290e82b479b32eb2ec0f30e56607e1820c22167829fd62656d41a8fd0cc4a0f4267",
|
21 | "scripts": {
|
22 | "format": "npm run prettier:fix",
|
23 | "lint": "npm run prettier && npm run eslint",
|
24 | "lint:fix": "npm run prettier:fix && npm run eslint:fix",
|
25 | "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
26 | "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore"
|
27 | }
|
28 | } |
\ | No newline at end of file |