myrotvorets/info-from-package-json
Reads and outputs some information from package.json
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workingdir | Directory with package.json (default: current working directory) | no | "" |
Outputs
| name | description |
|---|---|
| packageName | `name` from `package.json` |
| packageVersion | `version` from `package.json` |
| packageDescription | `description` from `package.json` |
| packageHomepage | `homepage` from `package.json` |
| packageBugsUrl | `bugs.url` from `package.json` |
| packageScmUrl | `repository.url` from `package.json` |