1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "@lerna/npm-publish",
- "version": "4.0.0",
- "description": "An internal Lerna tool",
- "keywords": [
- "lerna",
- "utils"
- ],
- "homepage": "https://github.com/lerna/lerna/tree/master/utils/npm-publish#readme",
- "license": "MIT",
- "author": {
- "name": "Daniel Stockman",
- "url": "https://github.com/evocateur"
- },
- "files": [
- "npm-publish.js"
- ],
- "main": "npm-publish.js",
- "engines": {
- "node": ">= 10.18.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lerna/lerna.git",
- "directory": "utils/npm-publish"
- },
- "scripts": {
- "test": "echo \"Run tests from root\" && exit 1"
- },
- "dependencies": {
- "@lerna/otplease": "4.0.0",
- "@lerna/run-lifecycle": "4.0.0",
- "fs-extra": "^9.1.0",
- "libnpmpublish": "^4.0.0",
- "npm-package-arg": "^8.1.0",
- "npmlog": "^4.1.2",
- "pify": "^5.0.0",
- "read-package-json": "^3.0.0"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|