Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lhz960904 committed Dec 17, 2023
1 parent 2a4632f commit e144219
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,30 @@
"version": "0.1.3",
"packageManager": "[email protected]",
"description": "CLI for managing repositories. configurable, customizable, interactive.",
"author": "[email protected]",
"author": "[email protected]>",
"license": "MIT",
"keywords": [],
"homepage": "https://github.com/lhz960904/repom#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/lhz960904/repom.git"
},
"bugs": "https://github.com/lhz960904/repom/issues",
"keywords": ["manager repository", "git repository"],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bin": "bin/index.js",
"files": [
"/bin",
"/dist"
"/dist",
"/img"
],
"scripts": {
"dev": "tsup --watch",
Expand Down

0 comments on commit e144219

Please sign in to comment.