| 12345678910111213141516171819 |
- {
- "name": "seec-helper-backend",
- "version": "1.0.0",
- "description": "",
- "repository": {
- "type": "git",
- "url": "http://47.100.18.120:3000/SEEC-HELPER/backend.git"
- },
- "author": "cst",
- "dependencies": {
- "commitizen": "^4.0.3",
- "cz-conventional-changelog": "^3.1.0"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- }
- }
|