boll/package.json

32 строки
894 B
JSON

{
"author": "JD Huntington <jdh@microsoft.com>",
"devDependencies": {
"beachball": "^2.34.0",
"lerna": "^3.22.1",
"lage": "^1.9.5",
"prettier": "^2.8.1"
},
"license": "MIT",
"name": "@boll/boll-repo",
"private": true,
"repository": "https://github.com/microsoft/boll.git",
"scripts": {
"build": "lage build",
"change": "beachball change -b origin/main",
"checkchange": "beachball check -b origin/main",
"clean": "lerna run clean --stream",
"docs": "lerna run docs --stream",
"format": "./node_modules/.bin/prettier --write './**/src/**/*'",
"lint": "./node_modules/.bin/prettier --check './**/src/**/*'",
"lint:repo": "node ./packages/cli/bin/boll.js run",
"release": "beachball publish -b origin/main",
"test": "lage run test"
},
"version": "1.0.0",
"workspaces": {
"packages": [
"packages/*"
]
}
}