{
  "name": "12factor-env",
  "version": "1.32.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "Environment variable validation for 12-factor apps",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@constructive-io/coerce": "^0.4.0",
    "envalid": "^8.2.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.11",
    "makage": "^0.3.0",
    "ts-node": "^10.9.2"
  },
  "keywords": [
    "environment",
    "env",
    "validation",
    "12factor",
    "constructive"
  ],
  "gitHead": "b5b6b9f05276b7e9cbd3d1f4acd31dd315c353ea"
}
