{
  "name": "dotenv-run-script",
  "version": "0.4.1",
  "description": "Run NPM scripts in specific environments",
  "bin": "bin/dotenv-run-script",
  "main": "dist/index.js",
  "files": [
    "bin",
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test:simple": "npm test --prefix examples/simple",
    "test:advanced": "npm test --prefix examples/advanced",
    "test": "npm run test:simple && npm run test:advanced"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kraenhansen/dotenv-run-script.git"
  },
  "keywords": [
    "npm",
    "run",
    "scripts",
    "dotenv",
    "env",
    ".env",
    "environment",
    "variables",
    "config",
    "settings"
  ],
  "author": "Kræn Hansen <mail@kraenhansen.dk>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/kraenhansen/dotenv-run-script/issues"
  },
  "homepage": "https://github.com/kraenhansen/dotenv-run-script#readme",
  "dependencies": {
    "dotenv": "^16.3.1",
    "dotenv-expand": "^10.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.6.0",
    "typescript": "^5.2.2"
  },
  "workspaces": [
    ".",
    "examples/*"
  ]
}
