{
  "name": "dotenv-stringify",
  "version": "3.0.1",
  "description": "Compose a envfile string from an object, per the motdotla/dotenv parser specifications",
  "repository": {
    "type": "git",
    "url": "git+https://compwright@github.com/compwright/dotenv-stringify.git"
  },
  "keywords": [
    "env",
    "envfile",
    "dotenv",
    "stringify",
    "json",
    "write",
    "save"
  ],
  "author": "Jonathon Hill <jhill9693@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/compwright/dotenv-stringify/issues"
  },
  "homepage": "https://github.com/compwright/dotenv-stringify#readme",
  "type": "module",
  "engines": {
    "node": ">= 16"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "jest": "latest",
    "standard": "latest",
    "standard-version": "latest",
    "unbuild": "latest"
  }
}
