Skip to content

Commit

Permalink
provide more info in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codenoobforreal committed Dec 19, 2024
1 parent 9cb9f07 commit 623861f
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,28 @@
"tool",
"ffmpeg-script"
],
"files": [
"dist",
"package.json"
],
"homepage": "https://github.com/codenoobforreal/commonflow",
"bugs": {
"bugs": {
"url": "https://github.com/codenoobforreal/commonflow/issues",
"email": "[email protected]"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/codenoobforreal/commonflow"
},
"license": "MIT",
"author": "JunYu Pan <[email protected]> (https://github.com/codenoobforreal)",
"type": "module",
"module": "./src/index.ts",
"main": "dist/index.js",
"bin": {
"commonflow": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"dev": "vitest",
"test": "vitest run",
Expand Down

0 comments on commit 623861f

Please sign in to comment.