github.com/snyk/vervet/v5@v5.11.1-0.20240202085829-ad4dd7fb6101/packaging/npm/package.json.in (about) 1 { 2 "name": "@snyk/vervet", 3 "version": "${VERSION}", 4 "description": "Vervet is an OpenAPI version lifecycle management tool", 5 "bin": { 6 "vervet": "bin/vervet" 7 }, 8 "os": [ 9 "darwin", 10 "linux", 11 "win32" 12 ], 13 "cpu": [ 14 "x64", 15 "arm64" 16 ], 17 "engines": { 18 "node": ">=4.4.0" 19 }, 20 "repository": { 21 "type": "git", 22 "url": "git+https://github.com/snyk/vervet.git" 23 }, 24 "author": "Casey Marshall <casey.marshall@snyk.io>", 25 "contributors": [ 26 "Ian Livingstone <ian.livingstone@snyk.io>" 27 ], 28 "license": "Apache-2.0", 29 "dependencies": {}, 30 "devDependencies": {}, 31 "optionalDependencies": { 32 "@jcoreio/kexec": "^4.0.0" 33 } 34 }