graphitation/package.json

48 строки
1.2 KiB
JSON

{
"name": "monorepo-template",
"private": true,
"workspaces": {
"packages": [
"examples/*",
"!examples/apollo-devtools-playground",
"packages/*",
"scripts"
]
},
"scripts": {
"clean": "git clean -fdx -e node_modules",
"build-only": "lage build --continue",
"build": "yarn build-only && yarn types",
"types": "lage types --continue",
"test": "lage test --continue",
"lint": "lage lint --continue",
"lage": "lage",
"ci": "yarn lage build types test lint && yarn checkchange",
"beachball": "beachball -b origin/main",
"change": "yarn beachball change",
"checkchange": "yarn beachball check",
"release": "yarn beachball publish -t latest",
"postinstall": "patch-package"
},
"devDependencies": {
"graphql": "^15.0.0",
"beachball": "^2.47.1",
"lage": "^2.7.14",
"patch-package": "^6.4.7",
"prettier": "^2.8.7",
"ts-jest": "^29.2.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"cross-fetch": "^3.1.5",
"glob-parent": "^6.0.2",
"minimist": "^1.2.6",
"node-fetch": "^2.6.7",
"node-forge": "^1.3.1",
"trim": "^1.0.1",
"@babel/traverse": "^7.23.0",
"micromatch": "^4.0.8",
"braces": "^3.0.3"
}
}