1
0
mirror of https://github.com/badgen/badgen-cli.git synced 2025-04-19 05:22:20 +03:00
badgen-cli/package.json
dependabot[bot] 8bf68d9a2a
chore: bump standard from 14.3.1 to 17.0.0 (#67)
Bumps [standard](https://github.com/standard/standard) from 14.3.1 to 17.0.0.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v14.3.1...v17.0.0)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-22 22:55:52 +08:00

33 lines
686 B
JSON

{
"name": "badgen-cli",
"version": "0.2.0",
"description": "",
"license": "MIT",
"repository": "https://github.com/badgen/badgen-cli.git",
"homepage": "https://github.com/badgen/badgen-cli#readme",
"author": "GMartigny <guillaume.martigny@gmail.com>",
"bugs": "https://github.com/badgen/badgen-cli/issues",
"bin": {
"badgen": "cli.js"
},
"scripts": {
"lint": "standard cli.js",
"test": "tap"
},
"dependencies": {
"badgen": "^3.0.1",
"badgen-icons": "^0.22.0",
"mri": "^1.1.4"
},
"devDependencies": {
"execa": "^5.0.0",
"standard": "^17.0.0",
"tap": "^16.0.1"
},
"keywords": [
"cli",
"badge",
"svg"
]
}