github.com/getgauge/gauge@v1.6.9/build/npm/package.json (about) 1 { 2 "name": "@getgauge/cli", 3 "description": "npm wrapper for installing gauge command line", 4 "scripts": { 5 "install": "node ./src/index.js", 6 "test": "mocha" 7 }, 8 "bin": { 9 "gauge": "./bin/gauge" 10 }, 11 "repository": { 12 "type": "git", 13 "url": "git+https://github.com/getgauge/gauge.git" 14 }, 15 "keywords": [ 16 "getgauge", 17 "testing", 18 "gauge" 19 ], 20 "author": "getgauge", 21 "license": "Apache-2.0", 22 "bugs": { 23 "url": "https://github.com/getgauge/gauge/issues" 24 }, 25 "homepage": "https://github.com/getgauge/gauge#readme", 26 "devDependencies": { 27 "chai": "^5.1.1", 28 "mocha": "^10.7.3", 29 "sinon": "^19.0.2" 30 }, 31 "dependencies": { 32 "adm-zip": "^0.5.16" 33 } 34 }