lage/package.json

61 строка
1.6 KiB
JSON

{
"name": "@lage-run/lage-monorepo",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/microsoft/lage"
},
"workspaces": {
"packages": [
"packages/*",
"scripts"
]
},
"scripts": {
"build": "lage transpile types build bundle",
"watch": "lage transpile isolatedTypes --no-cache --verbose --unstable-watch",
"change": "beachball change",
"checkchange": "beachball check",
"ci": "lage transpile types build test lint bundle",
"release": "beachball publish -y --tag latest",
"test": "lage test --verbose",
"lint": "lage lint",
"decks:build": "npm exec --package=@marp-team/marp-cli -- marp -I decks --pdf -o decks/dist",
"docs": "yarn --cwd docs start",
"docs:install": "yarn --cwd docs",
"docs:build": "yarn --cwd docs build",
"docs:test": "yarn --cwd docs build",
"gh-pages": "gh-pages",
"format": "prettier --write . --",
"format:check": "prettier --check .",
"prepare": "husky",
"postinstall": "patch-package"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^16.18.3",
"beachball": "^2.47.1",
"fast-glob": "3.3.2",
"gh-pages": "^5.0.0",
"husky": "^9.1.5",
"lage-npm": "npm:lage@2.7.15",
"lint-staged": "^15.2.10",
"patch-package": "^6.5.1",
"prettier": "^2.8.6",
"syncpack": "^9.0.0",
"ts-node": "^10.9.1",
"typescript": "~5.0.3"
},
"lint-staged": {
"!(*test).{ts,js}": "eslint --fix",
"*.{ts,json,md}": "prettier --write"
},
"syncpack": {
"dependencyTypes": [
"dev",
"prod"
]
},
"packageManager": "yarn@4.5.0"
}