just/package.json

86 строки
2.1 KiB
JSON

{
"name": "@microsoft/just-repo",
"version": "1.0.1",
"private": true,
"description": "",
"keywords": [],
"license": "MIT",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/just"
},
"scripts": {
"api": "yarn lage api",
"api:update": "yarn lage api:update",
"build": "yarn lage build",
"postbuild": "node ./scripts/copyReadme.js",
"docs": "vuepress dev docs --host localhost",
"docs:build": "vuepress build docs",
"change": "beachball change",
"checkchange": "beachball check",
"lage": "cross-env NODE_OPTIONS=\"--experimental-abortcontroller\" lage",
"prettier:all": "prettier --write .",
"release": "beachball publish",
"release:docs": "yarn docs:build && yarn gh-pages -d docs/.vuepress/dist --dotfiles",
"start": "yarn lage start",
"test": "yarn lage test",
"prelint": "syncpack list-mismatches",
"lint": "eslint packages --ext .ts,.js"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
"@types/fs-extra": "^11.0.0",
"@types/jest": "^29.4.0",
"@types/mock-fs": "^4.13.1",
"@types/node": "^14.18.37",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"beachball": "^2.31.11",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"gh-pages": "^5.0.0",
"jest": "^29.5.0",
"lage": "2.4.0",
"mock-fs": "^5.2.0",
"prettier": "^2.8.4",
"syncpack": "^9.0.0",
"ts-jest": "^29.0.5",
"typescript": "~4.3.5",
"vuepress": "^1.9.9",
"vuepress-plugin-mermaidjs": "^1.9.1",
"workspace-tools": "^0.35.2"
},
"resolutions": {
"es5-ext": "0.10.53",
"kind-of": "^6.0.3"
},
"beachball": {
"groupChanges": true,
"ignorePatterns": [
".*ignore",
"api-extractor.json",
"jest.config.js",
"**/__tests__/**",
"**/*.spec.ts",
"**/*.test.ts"
]
},
"syncpack": {
"dependencyTypes": [
"dev",
"prod"
]
},
"workspaces": {
"packages": [
"packages/*",
"scripts"
]
}
}