1{ 2 "name": "cmd-shim", 3 "version": "6.0.2", 4 "description": "Used in npm for command line application support", 5 "scripts": { 6 "test": "tap", 7 "snap": "tap", 8 "lint": "eslint \"**/*.js\"", 9 "postlint": "template-oss-check", 10 "template-oss-apply": "template-oss-apply --force", 11 "lintfix": "npm run lint -- --fix", 12 "posttest": "npm run lint" 13 }, 14 "repository": { 15 "type": "git", 16 "url": "https://github.com/npm/cmd-shim.git" 17 }, 18 "license": "ISC", 19 "devDependencies": { 20 "@npmcli/eslint-config": "^4.0.0", 21 "@npmcli/template-oss": "4.19.0", 22 "tap": "^16.0.1" 23 }, 24 "files": [ 25 "bin/", 26 "lib/" 27 ], 28 "main": "lib/index.js", 29 "tap": { 30 "before": "test/00-setup.js", 31 "after": "test/zz-cleanup.js", 32 "check-coverage": true, 33 "nyc-arg": [ 34 "--exclude", 35 "tap-snapshots/**" 36 ] 37 }, 38 "engines": { 39 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 40 }, 41 "author": "GitHub Inc.", 42 "templateOSS": { 43 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 44 "version": "4.19.0", 45 "publish": true 46 } 47} 48