workspace-tools/package.json

54 строки
1.3 KiB
JSON

{
"name": "workspace-tools",
"version": "0.25.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/workspace-tools"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/!(__*)"
],
"scripts": {
"build": "tsc",
"build:docs": "typedoc src/index.ts",
"release:docs": "typedoc src/index.ts && gh-pages -d docs",
"change": "beachball change",
"checkchange": "beachball check",
"format": "prettier --write .",
"release": "beachball publish -y",
"start": "tsc -w --preserveWatchOutput",
"test": "jest"
},
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"find-up": "^5.0.0",
"git-url-parse": "^12.0.0",
"globby": "^11.0.0",
"jju": "^1.4.0",
"micromatch": "^4.0.0",
"read-yaml-file": "^2.0.0"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/git-url-parse": "9.0.1",
"@types/jest": "28.1.6",
"@types/jju": "1.4.2",
"@types/micromatch": "4.0.2",
"@types/node": "14.18.23",
"@types/tmp": "0.2.3",
"@types/yarnpkg__lockfile": "1.1.5",
"beachball": "2.26.0",
"fs-extra": "10.1.0",
"gh-pages": "3.2.3",
"jest": "28.1.3",
"prettier": "2.7.1",
"tmp": "0.2.1",
"ts-jest": "28.0.7",
"typedoc": "0.22.15",
"typescript": "4.5.4"
}
}