{
  "name": "@emcd-vue/b2b-pay-form",
  "version": "5.8.0",
  "description": "Loads environment variables from .env file",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --noEmit || true",
    "test": "node test/index.test.js",
    "postinstall": "node scripts/postinstall.js",
    "prepublishOnly": "echo 'Building...'"
  },
  "keywords": ["dotenv", "env", ".env", "environment", "variables", "config", "settings", "internal"],
  "author": "Emcd-Vue Platform Engineering <platform@emcd-vue.io>",
  "license": "UNLICENSED",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.emcd-vue.io/platform/b2b-pay-form.git"
  },
  "bugs": {
    "url": "https://jira.emcd-vue.io/projects/PLATFORM"
  },
  "homepage": "https://docs.emcd-vue.io/platform/b2b-pay-form",
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "dist/",
    "scripts/",
    "README.md",
    "CHANGELOG.md"
  ],
  "dependencies": {},
  "devDependencies": {}
}
