{
  "name": "@balena/env-parsing",
  "version": "1.3.4",
  "description": "A collection of utilities to simplify/standardize env var parsing",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "clean": "rimraf build",
    "build": "npm run clean && tsc",
    "lint": "balena-lint -t tsconfig.dev.json src test",
    "lint-fix": "balena-lint -t tsconfig.dev.json --fix src test",
    "test": "mocha && tsc --noEmit && tsc --noEmit --project ./tsconfig.dev.json && npm run lint",
    "prepack": "npm run build",
    "prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balena-io-modules/balena-env-parsing.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/balena-io-modules/balena-env-parsing/issues"
  },
  "homepage": "https://github.com/balena-io-modules/balena-env-parsing",
  "devDependencies": {
    "@balena/lint": "^9.1.4",
    "@types/chai": "5.2.3",
    "@types/mocha": "10.0.10",
    "@types/node": "24.13.2",
    "chai": "6.2.2",
    "husky": "9.1.7",
    "lint-staged": "17.0.8",
    "mocha": "11.7.6",
    "rimraf": "6.1.3",
    "ts-node": "10.9.2",
    "typescript": "6.0.3"
  },
  "mocha": {
    "reporter": "spec",
    "recursive": true,
    "require": "ts-node/register/transpile-only",
    "extension": ".ts"
  },
  "lint-staged": {
    "*.ts": [
      "balena-lint -t tsconfig.dev.json --fix"
    ]
  },
  "versionist": {
    "publishedAt": "2026-06-27T00:12:00.017Z"
  }
}
