Skip to content

Commit

Permalink
package.json: used by auto-changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
janreges committed Dec 7, 2023
1 parent b675873 commit 6ad8789
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "janreges/siteone-crawler",
"description": "SiteOne Crawler is a very useful and easy-to-use tool you'll ♥ as a Dev/DevOps, website owner or consultant. Works on all popular platforms - Windows, macOS and Linux (x64 and arm64 too).",
"version": "1.0.6",
"type": "project",
"require-dev": {
"phpunit/phpunit": "^10.4",
"phpstan/phpstan": "^1.10"
},
"license": "CC BY 4.0",
"autoload": {
"psr-4": {
"Crawler\\": "src/Crawler/"
}
},
"authors": [
{
"name": "jan.reges",
"email": "jan.reges@siteone.cz"
}
],
"require": {
"ext-mbstring": "*",
"ext-dom": "*",
"ext-libxml": "*",
"ext-zlib": "*"
},
"scripts": {
"test": "phpunit --color=always --testdox",
"phpstan": "phpstan analyse",
"changelog": "auto-changelog --commit-limit false --sort-commits date-desc --package"
}
}

0 comments on commit 6ad8789

Please sign in to comment.