{
  "name": "ncat",
  "description": "Node CLI to concatenate multiple files, with their sourcemaps and optionally stdin, a banner and a footer",
  "version": "4.0.2",
  "author": "Pierre Vanduynslager",
  "ava": {
    "helpers": [
      "test/helpers/**/*"
    ],
    "files": [
      "test/*.test.js"
    ]
  },
  "bin": {
    "ncat": "./bin/ncat.js"
  },
  "bugs": {
    "url": "https://github.com/pvdlg/ncat/issues"
  },
  "dependencies": {
    "concat-with-sourcemaps": "^1.0.4",
    "fs-extra": "^9.0.0",
    "get-stdin": "^7.0.0",
    "globby": "^10.0.1",
    "pify": "^5.0.0",
    "read-pkg-up": "^7.0.0",
    "source-map-resolve": "^0.5.0",
    "source-map-url": "^0.4.0",
    "unixify": "^1.0.0",
    "yargonaut": "^1.1.2",
    "yargs": "^15.0.1"
  },
  "devDependencies": {
    "ava": "^2.4.0",
    "chalk": "^3.0.0",
    "codecov": "^3.0.0",
    "execa": "^4.0.0",
    "nyc": "^15.0.0",
    "randomstring": "^1.1.5",
    "semantic-release": "^17.0.0",
    "temp-dir": "^2.0.0",
    "tempy": "^0.5.0",
    "xo": "^0.27.0"
  },
  "engines": {
    "node": ">=10.13"
  },
  "files": [
    "index.js",
    "bin"
  ],
  "homepage": "https://github.com/pvdlg/ncat#readme",
  "keywords": [
    "banner",
    "cat",
    "cli",
    "concat",
    "concatenate",
    "concatenation",
    "files",
    "footer",
    "header",
    "sourcemap"
  ],
  "license": "MIT",
  "main": "index.js",
  "nyc": {
    "include": [
      "index.js",
      "bin/**/*"
    ],
    "reporter": [
      "html",
      "json",
      "text"
    ],
    "all": true
  },
  "prettier": {
    "printWidth": 120,
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pvdlg/ncat.git"
  },
  "scripts": {
    "codecov": "codecov -f coverage/coverage-final.json",
    "lint": "xo",
    "pretest": "npm run lint",
    "semantic-release": "semantic-release",
    "test": "nyc ava -v"
  },
  "xo": {
    "prettier": true,
    "ignore": [
      "test/fixtures/**"
    ]
  }
}
