{ "name": "@dust-mail/core", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "commit": "cz" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }