{
  "version": "0.8.0",
  "name": "@dotenvx/primitives",
  "description": "a secure dotenv–from the creator of `dotenv`",
  "author": "@motdotla",
  "keywords": [
    "dotenvx",
    "dotenv",
    "env"
  ],
  "homepage": "https://github.com/dotenvx/dotenvx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dotenvx/dotenvx.git"
  },
  "license": "BSD-3-Clause",
  "main": "dist/index.cjs",
  "exports": {
    ".": "./dist/index.cjs"
  },
  "files": [
    "dist/**/*",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "esbuild src/index.js --bundle --platform=node --format=cjs --target=node16 --outfile=dist/index.cjs --legal-comments=none",
    "prepack": "npm run build",
    "prepublishOnly": "npm pack --dry-run",
    "standard": "standard src",
    "standard:fix": "standard src --fix"
  },
  "devDependencies": {
    "eciesjs": "^0.5.0",
    "esbuild": "^0.28.1",
    "standard": "^17.1.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
