beachball/package.json

79 строки
2.3 KiB
JSON

{
"name": "beachball",
"version": "1.35.2",
"description": "The Sunniest Semantic Version Bumper",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/beachball"
},
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"beachball": "./bin/beachball.js"
},
"scripts": {
"build": "tsc",
"change": "node ./lib/cli.js change",
"checkchange": "node ./lib/cli.js check",
"docs": "vuepress dev docs --host localhost",
"docs:build": "vuepress build docs",
"gh-pages": "gh-pages",
"jest": "jest",
"prettier": "prettier --write --config ../../.prettierrc --ignore-path ../../.prettierignore 'src/**/*'",
"pub": "node ./lib/cli.js publish",
"release": "beachball publish -y",
"release:docs": "yarn docs:build && yarn gh-pages -d docs/.vuepress/dist --dotfiles",
"start": "tsc -w --preserveWatchOutput",
"test": "yarn test:unit && yarn test:e2e",
"test:e2e": "jest --runInBand --config jest.e2e.js",
"test:unit": "jest --config jest.config.js",
"test:watch": "jest --watch",
"update-snapshots": "jest --config jest.config.js --updateSnapshot"
},
"dependencies": {
"cosmiconfig": "^6.0.0",
"execa": "^4.0.3",
"fs-extra": "^8.0.1",
"git-url-parse": "^11.1.2",
"glob": "^7.1.4",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
"p-limit": "^3.0.2",
"prompts": "~2.1.0",
"semver": "^6.1.1",
"toposort": "^2.0.2",
"yargs-parser": "^13.1.0"
},
"devDependencies": {
"@types/cosmiconfig": "6.0.0",
"@types/execa": "^2.0.0",
"@types/fs-extra": "^8.0.0",
"@types/git-url-parse": "^9.0.0",
"@types/glob": "^7.1.1",
"@types/jest": "^24.0.17",
"@types/lodash": "^4.14.149",
"@types/minimatch": "^3.0.3",
"@types/node": "^8.10.51",
"@types/p-limit": "^2.2.0",
"@types/prompts": "~2.0.0",
"@types/semver": "^6.0.0",
"@types/tmp": "^0.1.0",
"@types/toposort": "^2.0.3",
"@types/yargs-parser": "^13.0.0",
"find-free-port": "~2.0.0",
"jest": "^24.8.0",
"ncp": "^2.0.0",
"prettier": "^1.19.0",
"rimraf": "^3.0.0",
"tmp": "^0.1.0",
"ts-jest": "^24.0.2",
"typescript": "^3.7.3",
"verdaccio": "^4.2.2",
"verdaccio-memory": "^8.0.0",
"vuepress": "^1.5.3",
"vuepress-plugin-mermaidjs": "^1.6.0",
"gh-pages": "^3.1.0"
}
}