{
  "name": "pkg-jq",
  "version": "0.2.11",
  "description": "Find the nearest package.json then modify it inline by jq syntax",
  "main": "dist/src/index.js",
  "dependencies": {
    "argparse": "^2.0.1",
    "node-jq": "^1.12.0",
    "pkg-up": "^3.1.0",
    "update-notifier": "^5.0.1"
  },
  "devDependencies": {
    "@chatie/eslint-config": "^0.12.1",
    "@chatie/git-scripts": "^0.6.2",
    "@chatie/semver": "^0.4.7",
    "@chatie/tsconfig": "^0.10.1",
    "@types/argparse": "^2.0.5",
    "@types/update-notifier": "^5.0.0",
    "read-pkg-up": "^7.0.1",
    "shx": "^0.3.3",
    "tstest": "^0.4.10"
  },
  "scripts": {
    "build": "tsc",
    "clean": "shx rm -fr dist/*",
    "dist": "npm run clean && npm run build",
    "pack": "npm pack",
    "pkg-jq": "ts-node --files bin/pkg-jq.ts",
    "lint": "npm run lint:es && npm run lint:ts",
    "lint:es": "eslint --ignore-pattern fixtures/ bin/**/*.ts src/**/*.ts tests/**/*.ts",
    "lint:ts": "tsc --noEmit",
    "test:pack": "bash -x scripts/npm-pack-testing.sh",
    "test:unit": "ts-node --files ./node_modules/.bin/blue-tape \"src/**/*.spec.ts\" \"src/*.spec.ts\" \"tests/*.spec.ts\" \"tests/**/*.spec.ts\"",
    "test": "npm run lint && npm run test:unit"
  },
  "bin": {
    "pkg-jq": "dist/bin/pkg-jq.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huan/pkg-jq.git"
  },
  "keywords": [
    "package",
    "jq",
    "pkg-up",
    "edit"
  ],
  "author": "Huan LI <zixia@zixia.net>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/huan/pkg-jq/issues"
  },
  "git": {
    "scripts": {
      "pre-push": "npx git-scripts-pre-push"
    }
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "homepage": "https://github.com/huan/pkg-jq#readme"
}