{ "name": "@commitlint/test", "version": "12.1.0", "description": "test utilities for @commitlint", "private": true, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/" ], "engines": { "node": ">=v10" }, "repository": { "type": "git", "url": "https://github.com/conventional-changelog/commitlint.git" }, "bugs": { "url": "https://github.com/conventional-changelog/commitlint/issues" }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "keywords": [ "conventional-changelog", "commitlint", "cli" ], "author": { "name": "Mario Nebl", "email": "hello@herebecode.com" }, "license": "MIT", "dependencies": { "@types/fs-extra": "^9.0.1", "@types/tmp": "^0.2.0", "execa": "^5.0.0", "fs-extra": "^9.0.0", "pkg-dir": "5.0.0", "resolve-pkg": "2.0.0", "tmp": "0.2.1" }, "gitHead": "71f0194f33943954a8dac1c458be47e5049717cd" }