@cypress/commit-info
Version:
Collects Git commit info from CI or from CLI
63 lines (62 loc) • 1.57 kB
JSON
{
"name": "@cypress/commit-info",
"description": "Collects Git commit info from CI or from CLI",
"version": "2.2.2",
"author": "Cypress <hello@cypress.io> (http://www.cypress.io/)",
"bugs": "https://github.com/cypress-io/commit-info/issues",
"engines": {
"node": ">=6"
},
"files": [
"src/*.js",
"!src/*-spec.js"
],
"homepage": "https://github.com/cypress-io/commit-info#readme",
"keywords": [
"cli",
"commit",
"git",
"info"
],
"license": "MIT",
"main": "src/",
"private": false,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/cypress-io/commit-info.git"
},
"scripts": {
"deps": "dependency-check --no-dev .",
"lint": "eslint",
"pretest": "npm run lint",
"prepare": "patch-package",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"test": "npm run unit",
"unit": "mocha src/*-spec.js"
},
"devDependencies": {
"@stylistic/eslint-plugin": "5.3.1",
"chdir-promise": "0.6.2",
"dependency-check": "4.1.0",
"eslint": "9.34.0",
"eslint-plugin-mocha": "11.1.0",
"globals": "16.3.0",
"mocha": "11.7.2",
"mocked-env": "1.3.5",
"patch-package": "8.0.1",
"semantic-release": "24.2.7",
"snap-shot-it": "7.9.10",
"stub-spawn-once": "2.3.0"
},
"dependencies": {
"bluebird": "3.7.2",
"check-more-types": "2.24.0",
"debug": "4.4.1",
"execa": "^2.0.0",
"lazy-ass": "1.6.0",
"ramda": "0.26.1"
}
}