{
  "name": "gen-unit",
  "version": "0.2.1",
  "description": "A generic unit parser/formatter",
  "keywords": [
    "generic",
    "unit",
    "units",
    "parse",
    "parser",
    "format",
    "formatter"
  ],
  "type": "commonjs",
  "exports": {
    "types": "./dist/types/index.d.ts",
    "import": "./dist/esm/gen-unit.mjs",
    "require": "./dist/commonjs/index.cjs",
    "default": "./dist/commonjs/index.cjs"
  },
  "main": "./dist/commonjs/index.cjs",
  "module": "./dist/esm/gen-unit.mjs",
  "jsnext:main": "./dist/esm/gen-unit.mjs",
  "browser": "./dist/umd/gen-unit.umd.js",
  "types": "./dist/types/index.d.ts",
  "typings": "./dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean:cache": "rimraf --glob node_modules/.cache/{bundlib,jest}",
    "clean:build": "rimraf dist coverage",
    "clean": "run-p clean:*",
    "lint": "eslint .",
    "lint:test": "eslint __test__",
    "lint:src": "eslint src",
    "lint:config": "eslint *.config.mjs",
    "test": "jest --color -w 3",
    "test:watch": "jest --color -w 3 --watch-all",
    "build": "bundlib -d",
    "dev": "bundlib -dw",
    "ci-build": "run-s lint test build",
    "clean-build": "run-s clean ci-build",
    "prerelease": "run-s clean-build",
    "dry-release": "standard-version --dry-run",
    "release": "standard-version",
    "prepare": "husky"
  },
  "devDependencies": {
    "@babel/core": "^7.28.3",
    "@babel/preset-env": "^7.28.3",
    "@eslint/js": "^9.34.0",
    "@stylistic/eslint-plugin": "~5.2.3",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.3.0",
    "bundlib": "^0.21.4",
    "chokidar": "^4.0.3",
    "core-js": "^3.45.1",
    "eslint": "^9.34.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import-x": "^4.16.1",
    "globals": "^16.3.0",
    "husky": "^9.1.7",
    "jest": "^30.1.3",
    "npm-run-all": "^4.1.5",
    "rimraf": "^6.0.1",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.4.1",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.42.0"
  },
  "overrides": {
    "bundlib": {
      "eslint": "$eslint"
    }
  },
  "author": {
    "name": "Manuel Fernández",
    "email": "manferlo81@gmail.com",
    "url": "https://github.com/manferlo81"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manferlo81/gen-unit.git"
  },
  "bugs": {
    "url": "https://github.com/manferlo81/gen-unit/issues"
  },
  "homepage": "https://github.com/manferlo81/gen-unit#readme",
  "license": "MIT"
}
