jq-cli-wrapper
Version:
A npm wrapper around the jq cli
60 lines (59 loc) • 1.22 kB
JSON
{
"name": "jq-cli-wrapper",
"version": "1.6.1",
"description": "A npm wrapper around the jq cli",
"author": "James Young <jmeyoung@gmail.com> (http://jamsyoung.com/)",
"preferGlobal": true,
"bin": {
"jq": "./vendor/jq"
},
"scripts": {
"postinstall": "rm -rf vendor; node link-binary.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jamsyoung/jq-cli-wrapper"
},
"bugs": {
"url": "https://github.com/jamsyoung/jq-cli-wrapper/issues"
},
"homepage": "https://github.com/jamsyoung/jq-cli-wrapper",
"engines": {
"node": ">=10.16.0"
},
"os": [
"darwin",
"linux"
],
"dependencies": {
"bin-wrapper": "3.0.2",
"debug": "3.1.0"
},
"devDependencies": {},
"keywords": [
"cli-wrapper",
"jq",
"json"
],
"license": "MIT",
"prettier": {
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"proseWrap": "always",
"overrides": [
{
"files": "*.md",
"options": {
"printWidth": 100
}
}
]
}
}