{
  "name": "@valtech-commerce/fs",
  "version": "1.7.0",
  "description": "graceful-fs / fs-extra wrapper with goodies",
  "definition": "",
  "homepage": "https://github.com/valtech-commerce/fs",
  "author": {
    "name": "Valtech Canada inc.",
    "url": "https://www.valtech.ca/"
  },
  "keywords": [
    "fs",
    "fs-extra",
    "graceful-fs",
    "gunzip",
    "gzip",
    "json5",
    "klaw",
    "promise",
    "sync",
    "xml",
    "yaml"
  ],
  "license": "MIT",
  "repository": {
    "url": "git://github.com/valtech-commerce/fs.git",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/valtech-commerce/fs/issues"
  },
  "engines": {
    "node": ">= 12"
  },
  "main": "src/index.js",
  "scripts": {
    "test": "ava test/index.js --timeout=10m",
    "outdated": "node manager.js --task=outdated",
    "build": "node manager.js --task=build",
    "deploy": "node manager.js --task=deploy"
  },
  "devDependencies": {
    "@absolunet/manager": "1.1.0",
    "@absolunet/tester": "2.6.11"
  },
  "dependencies": {
    "async": "^3.2.0",
    "async-foreach": "^0.1.3",
    "delete-empty": "^3.0.0",
    "fs-extra": "^9.1.0",
    "glob": "^7.1.6",
    "graceful-fs": "^4.2.6",
    "js-yaml": "^4.0.0",
    "json5": "^2.2.0",
    "junk": "^3.1.0",
    "klaw": "^3.0.0",
    "klaw-sync": "^6.0.0",
    "minimatch": "^3.0.4",
    "ow": "^0.23.0",
    "rimraf": "^3.0.2",
    "true-case-path": "^2.2.1",
    "xml2js": "^0.4.23",
    "xml2js-parser": "^1.1.1"
  }
}
