package.json 400 B

12345678910111213141516171819
  1. {
  2. "name": "seec-helper-backend",
  3. "version": "1.0.0",
  4. "description": "",
  5. "repository": {
  6. "type": "git",
  7. "url": "http://47.100.18.120:3000/SEEC-HELPER/backend.git"
  8. },
  9. "author": "cst",
  10. "dependencies": {
  11. "commitizen": "^4.0.3",
  12. "cz-conventional-changelog": "^3.1.0"
  13. },
  14. "config": {
  15. "commitizen": {
  16. "path": "./node_modules/cz-conventional-changelog"
  17. }
  18. }
  19. }