{
  "name": "tartifacts-cli",
  "version": "0.9.0",
  "description": "The tool to create artifacts for your assemblies.",
  "license": "MIT",
  "repository": "blond/tartifacts-cli",
  "author": "Andrew Abramov <mail@blond.im> (github.com/blond)",
  "keywords": [
    "artifacts",
    "assemblies",
    "tarball",
    "tar",
    "gzip",
    "tar.gz",
    "destination",
    "copy",
    "files"
  ],
  "bin": {
    "tartifacts": "bin/tartifacts"
  },
  "main": "./lib/index.js",
  "files": [
    "bin/**",
    "lib/**"
  ],
  "engines": {
    "node": ">= 12.18"
  },
  "dependencies": {
    "async-each": "1.0.1",
    "es6-promisify": "5.0.0",
    "lodash.pick": "4.4.0",
    "meow": "4.0.0",
    "node-file-eval": "1.0.0",
    "tartifacts": "2.0.0-15"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "coveralls": "^3.0.0",
    "eslint": "^4.11.0",
    "eslint-config-pedant": "^1.0.0",
    "mock-fs": "^4.4.2",
    "nyc": "^11.3.0"
  },
  "scripts": {
    "pretest": "eslint .",
    "test": "nyc ava",
    "unit-test": "ava",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "ava": {
    "serial": true,
    "verbose": true,
    "files": [
      "test/**/*.test.js"
    ],
    "sources": [
      "lib/**/*.js"
    ]
  }
}
