package.json 450 B

1234567891011121314151617
  1. {
  2. "name": "cspell.nvim",
  3. "packageManager": "yarn@3.5.0",
  4. "devDependencies": {
  5. "@commitlint/config-conventional": "^17.6.1",
  6. "commitlint": "latest",
  7. "conventional-changelog-conventionalcommits": "^5.0.0",
  8. "cspell": "^6.31.1",
  9. "husky": "^8.0.3"
  10. },
  11. "scripts": {
  12. "prepare": "husky install",
  13. "lint:commit": "commitlint --config commitlint.config.js",
  14. "clean": "rm -rf .tests/",
  15. "test": "./tests/run.sh"
  16. }
  17. }