@lerna/publish
Version:
Publish packages in the current project
42 lines (41 loc) • 889 B
JSON
{
"name": "@lerna/publish",
"version": "6.6.2",
"description": "Publish packages in the current project",
"keywords": [
"lerna",
"command"
],
"homepage": "https://lerna.js.org",
"license": "MIT",
"author": {
"name": "Daniel Stockman",
"url": "https://github.com/evocateur"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"main": "./dist/index.js",
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lerna/lerna.git",
"directory": "packages/legacy-structure/commands/publish"
},
"dependencies": {
"lerna": "6.6.2"
},
"exports": {
".": "./dist/index.js",
"./command": "./dist/command.js",
"./lib/*": "./dist/lib/*.js"
},
"gitHead": "9a7796145124eeeec45a4a3e8afd0a438077268d"
}