1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "@lerna/version",
- "version": "4.0.0",
- "description": "Bump version of packages changed since the last release",
- "keywords": [
- "lerna",
- "command"
- ],
- "homepage": "https://github.com/lerna/lerna/tree/master/commands/version#readme",
- "license": "MIT",
- "author": {
- "name": "Daniel Stockman",
- "url": "https://github.com/evocateur"
- },
- "files": [
- "command.js",
- "index.js",
- "lib",
- "!lib/__mocks__"
- ],
- "main": "index.js",
- "engines": {
- "node": ">= 10.18.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lerna/lerna.git",
- "directory": "commands/version"
- },
- "scripts": {
- "test": "echo \"Run tests from root\" && exit 1"
- },
- "dependencies": {
- "@lerna/check-working-tree": "4.0.0",
- "@lerna/child-process": "4.0.0",
- "@lerna/collect-updates": "4.0.0",
- "@lerna/command": "4.0.0",
- "@lerna/conventional-commits": "4.0.0",
- "@lerna/github-client": "4.0.0",
- "@lerna/gitlab-client": "4.0.0",
- "@lerna/output": "4.0.0",
- "@lerna/prerelease-id-from-version": "4.0.0",
- "@lerna/prompt": "4.0.0",
- "@lerna/run-lifecycle": "4.0.0",
- "@lerna/run-topologically": "4.0.0",
- "@lerna/validation-error": "4.0.0",
- "chalk": "^4.1.0",
- "dedent": "^0.7.0",
- "load-json-file": "^6.2.0",
- "minimatch": "^3.0.4",
- "npmlog": "^4.1.2",
- "p-map": "^4.0.0",
- "p-pipe": "^3.1.0",
- "p-reduce": "^2.1.0",
- "p-waterfall": "^2.1.1",
- "semver": "^7.3.4",
- "slash": "^3.0.0",
- "temp-write": "^4.0.0",
- "write-json-file": "^4.3.0"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|