{
  "name": "tempdir-yaml",
  "version": "0.4.0",
  "description": "Build temporary directories and files with YAML definition.",
  "author": "eight04 <eight04@gmail.com>",
  "license": "MIT",
  "keywords": [
    "tmp",
    "temp",
    "tmpdir",
    "tempdir",
    "yaml",
    "test",
    "testing"
  ],
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "lint": "eslint .",
    "unit": "c8 node --test",
    "test": "npm run lint && npm run unit",
    "preversion": "npm test",
    "postversion": "git push --follow-tags && npm publish"
  },
  "files": [],
  "main": "index.js",
  "dependencies": {
    "dedent": "^1.7.2",
    "js-yaml": "^4.1.1",
    "tmp": "^0.2.7"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "c8": "^11.0.0",
    "eslint": "^10.4.0",
    "globals": "^17.6.0"
  },
  "repository": "eight04/tempdir-yaml"
}
