{
  "name": "@balena/balena-pricing",
  "version": "2.0.26",
  "description": "Balena pricing/savings calculators",
  "homepage": "https://github.com/balena-io-modules/balena-pricing#readme",
  "main": "dist",
  "types": "dist/index.d.ts",
  "private": false,
  "keywords": [
    "balena",
    "pricing"
  ],
  "files": [
    "dist/",
    "browser/"
  ],
  "license": "AGPL-3.0",
  "engines": {
    "node": ">=22.4.0",
    "npm": ">=10.7.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balena-io-modules/balena-pricing.git"
  },
  "bugs": {
    "url": "https://github.com/balena-io-modules/balena-pricing/issues"
  },
  "scripts": {
    "lint": "balena-lint src/ test/ && tsc --noEmit",
    "lint-fix": "balena-lint --fix src/ test/",
    "pretest": "npm run prepare",
    "test": "mocha",
    "posttest": "npm run lint",
    "prepack": "npm run build",
    "prepare": "husky",
    "clean": "rimraf dist browser",
    "build:browser": "rollup -c rollup.config.mjs",
    "build:cjs": "tsc --project ./tsconfig.build.json",
    "build": "npm run clean && npm run build:cjs && npm run build:browser"
  },
  "devDependencies": {
    "@balena/lint": "^9.1.3",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/chai": "^5.0.1",
    "@types/mocha": "^10.0.10",
    "chai": "^6.0.0",
    "husky": "^9.0.0",
    "lint-staged": "^17.0.0",
    "mocha": "^11.1.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.34.6",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.7.3"
  },
  "lint-staged": {
    "*.ts": [
      "balena-lint --fix"
    ]
  },
  "mocha": {
    "reporter": "spec",
    "recursive": true,
    "require": "ts-node/register/transpile-only",
    "_": "test/*.spec.ts"
  },
  "versionist": {
    "publishedAt": "2026-05-09T10:09:44.743Z"
  },
  "dependencies": {
    "typed-error": "^3.2.2"
  }
}
