| 1234567891011121314151617181920212223 |
- {
- "name": "backend",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://47.100.18.120:3000/SEEC-HELPER/backend.git"
- },
- "author": "cst",
- "license": "ISC",
- "devDependencies": {
- "cz-conventional-changelog": "^3.0.2"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- }
- }
|