12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "@lerna/publish",
- "version": "4.0.0",
- "description": "Publish packages in the current project",
- "keywords": [
- "lerna",
- "command"
- ],
- "homepage": "https://github.com/lerna/lerna/tree/master/commands/publish#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/publish"
- },
- "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/describe-ref": "4.0.0",
- "@lerna/log-packed": "4.0.0",
- "@lerna/npm-conf": "4.0.0",
- "@lerna/npm-dist-tag": "4.0.0",
- "@lerna/npm-publish": "4.0.0",
- "@lerna/otplease": "4.0.0",
- "@lerna/output": "4.0.0",
- "@lerna/pack-directory": "4.0.0",
- "@lerna/prerelease-id-from-version": "4.0.0",
- "@lerna/prompt": "4.0.0",
- "@lerna/pulse-till-done": "4.0.0",
- "@lerna/run-lifecycle": "4.0.0",
- "@lerna/run-topologically": "4.0.0",
- "@lerna/validation-error": "4.0.0",
- "@lerna/version": "4.0.0",
- "fs-extra": "^9.1.0",
- "libnpmaccess": "^4.0.1",
- "npm-package-arg": "^8.1.0",
- "npm-registry-fetch": "^9.0.0",
- "npmlog": "^4.1.2",
- "p-map": "^4.0.0",
- "p-pipe": "^3.1.0",
- "pacote": "^11.2.6",
- "semver": "^7.3.4"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|