package.json 483 B

1234567891011121314151617181920212223
  1. {
  2. "name": "backend",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://47.100.18.120:3000/SEEC-HELPER/backend.git"
  12. },
  13. "author": "cst",
  14. "license": "ISC",
  15. "devDependencies": {
  16. "cz-conventional-changelog": "^3.0.2"
  17. },
  18. "config": {
  19. "commitizen": {
  20. "path": "./node_modules/cz-conventional-changelog"
  21. }
  22. }
  23. }