Skip to content

Commit

Permalink
feat(package.json): add homepage, update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Sep 16, 2023
1 parent 53ff93c commit a777f93
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
{
"name": "saucer-app",
"version": "4.0.1",
"version": "4.0.2",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/saucer/saucer-cli/",
"engines": {
"node": ">=16"
},
"bugs": {
"url": "https://github.com/saucer/saucer-cli/issues"
},
"scripts": {
"build": "tsc",
"build": "tsc && chmod +x dist/cli.js",
"dev": "tsc --watch",
"test": "prettier --check . && tsc"
},
"bin": {
"saucer": "dist/cli.js"
},
"files": [
"dist"
],
"dependencies": {
"commander": "^11.0.0",
"figures": "^5.0.0",
Expand Down

0 comments on commit a777f93

Please sign in to comment.