123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "@lerna/package",
- "version": "4.0.0",
- "description": "Lerna's internal representation of a package",
- "keywords": [
- "lerna",
- "core"
- ],
- "homepage": "https://github.com/lerna/lerna/tree/master/core/package#readme",
- "license": "MIT",
- "author": {
- "name": "Daniel Stockman",
- "url": "https://github.com/evocateur"
- },
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">= 10.18.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lerna/lerna.git",
- "directory": "core/package"
- },
- "scripts": {
- "test": "echo \"Run tests from root\" && exit 1"
- },
- "dependencies": {
- "load-json-file": "^6.2.0",
- "npm-package-arg": "^8.1.0",
- "write-pkg": "^4.0.0"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|