{
  "name": "@balena/es-version",
  "version": "1.0.4",
  "description": "This module provides the ability to specify the default es version to include for balena modules.",
  "browser": "build/index.js",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build/"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:balena-io-modules/balena-es-version.git"
  },
  "author": "Pagan Gazzard <page@balena.io>",
  "scripts": {
    "lint": "balena-lint -t tsconfig.test.json src test",
    "lint-fix": "balena-lint -t tsconfig.test.json --fix src test",
    "pretest": "npm run build && npx tsc --noEmit --project tsconfig.test.json",
    "test": "mocha --require ts-node/register/transpile-only test/*.ts",
    "posttest": "npm run lint",
    "build": "tsc",
    "prepack": "npm run build"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@balena/lint": "^7.1.1",
    "@types/chai": "^4.3.6",
    "@types/mocha": "^10.0.1",
    "chai": "^4.3.8",
    "husky": "^4.3.8",
    "lint-staged": "^14.0.1",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "balena-lint --fix -t tsconfig.test.json"
    ]
  },
  "versionist": {
    "publishedAt": "2026-02-18T18:47:32.809Z"
  }
}
