|
| 1 | +{ |
| 2 | + "name": "dealerdirect-php-qa-tools", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "PHP Composer meta package for installing all PHP QA tools you'll ever need.", |
| 5 | + "keywords": [ |
| 6 | + "dealerdirect", |
| 7 | + "guides" |
| 8 | + ], |
| 9 | + "author": "Franck Nijhof <f.nijhof@dealerdirect.nl>", |
| 10 | + "homepage": "https://github.com/dealerdirect/php-qa-tools", |
| 11 | + "license": "MIT", |
| 12 | + "dependencies": { |
| 13 | + "alex": "^4.0.1", |
| 14 | + "markdown-spellcheck": "^0.11.0", |
| 15 | + "remark-cli": "^2.1.0", |
| 16 | + "remark-lint": "^5.2.0", |
| 17 | + "remark-lint-books-links": "^1.0.0", |
| 18 | + "remark-lint-no-empty-sections": "^1.0.0", |
| 19 | + "remark-lint-no-url-trailing-slash": "^2.0.0", |
| 20 | + "remark-preset-lint-dealerdirect": "^0.1.0", |
| 21 | + "remark-validate-links": "^5.0.0" |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "lint:alex": "alex .", |
| 25 | + "lint:remark": "remark -f . --ignore-path '.gitignore'", |
| 26 | + "lint:spellcheck": "find . -type f -name '*.md' -not -path './CHANGELOG.md' -not -path './node_modules/*' -not -path './vendor/*' -print0 | xargs -0 -n1 mdspell --report --en-us --ignore-numbers --ignore-acronyms", |
| 27 | + "lint:spellcheck-interactive": "find . -type f -name '*.md' -not -path './node_modules/*' --not-path '.v/endor/*' -print0 | xargs -0 -n1 mdspell --en-us --ignore-numbers --ignore-acronyms", |
| 28 | + "lint": "npm run lint:alex && npm run lint:remark && npm run lint:spellcheck-interactive", |
| 29 | + "test": "npm run lint:alex && npm run lint:remark && npm run lint:spellcheck" |
| 30 | + }, |
| 31 | + "repository": { |
| 32 | + "type": "git", |
| 33 | + "url": "git+https://github.com/dealerdirect/php-qa-tools.git" |
| 34 | + }, |
| 35 | + "bugs": { |
| 36 | + "url": "https://github.com/dealerdirect/php-qa-tools/issues" |
| 37 | + } |
| 38 | +} |
0 commit comments