41 lines
666 B
JSON
41 lines
666 B
JSON
|
{
|
||
|
"name": "bin-version",
|
||
|
"version": "3.1.0",
|
||
|
"description": "Get the version of a binary in semver format",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/bin-version",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava && tsd"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"bin",
|
||
|
"binary",
|
||
|
"executable",
|
||
|
"version",
|
||
|
"semver",
|
||
|
"semantic",
|
||
|
"cli"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"execa": "^1.0.0",
|
||
|
"find-versions": "^3.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ava": "^1.4.1",
|
||
|
"tsd": "^0.7.2",
|
||
|
"xo": "^0.24.0"
|
||
|
}
|
||
|
}
|