Skip to content

Commit

Permalink
chore: add some meta fields in package.json (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Feb 16, 2025
1 parent 5a308ee commit d5bf6e9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/gen-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,25 @@
"build:dts": "NODE_OPTIONS='--import tsx' rollup -c rollup.config-d.ts",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapphi-red/ordana.git"
},
"keywords": [
"argv",
"getopt",
"parser",
"parsing",
"argument",
"option",
"command",
"cli"
],
"author": "sapphi-red (https://github.com/sapphi-red)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sapphi-red/ordana/issues"
},
"description": "Document generation for ordana.",
"peerDependencies": {
"ordana": "workspace:^0.2.0"
Expand Down
17 changes: 17 additions & 0 deletions packages/ordana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,25 @@
"build:dts": "NODE_OPTIONS='--import tsx' rollup -c rollup.config-d.ts",
"test": "vitest --typecheck"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapphi-red/ordana.git"
},
"keywords": [
"argv",
"getopt",
"parser",
"parsing",
"argument",
"option",
"command",
"cli"
],
"author": "sapphi-red (https://github.com/sapphi-red)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sapphi-red/ordana/issues"
},
"description": "A declarative CLI argument parser with automatic help message.",
"dependencies": {
"picocolors": "^1.1.1"
Expand Down

0 comments on commit d5bf6e9

Please sign in to comment.