{
  "name": "bytes-pro",
  "version": "1.0.5",
  "description": "Utility to parse a string bytes (ex: 1 ZiB) to bytes (1.1805916207174113e+21) and vice-versa.",
  "main": "/lib/index.js",
  "types": "lib/index.d.ts",
  "repository": "git@github.com:hongdeyuan/bytes.git",
  "author": "dehong <1737407069@qq.com>",
  "keywords": [
    "byte",
    "bytes",
    "utility",
    "parse",
    "parser",
    "convert",
    "converter",
    "format"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 18"
  },
  "scripts": {
    "test": "jest",
    "test-ci": "npm test",
    "test-cov": "npm test -- --coverage",
    "build": "tsc",
    "format": "prettier --write .",
    "lint": "tslint -p tsconfig.json",
    "prepublishOnly": "yarn test && yarn lint",
    "prepare": "yarn build",
    "preVersion": "yarn lint",
    "version": "yarn format && git add -A src",
    "post-version": "git push && git push --tags"
  },
  "devDependencies": {
    "@babel/core": "^7.19.6",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^29.2.0",
    "babel-jest": "^29.2.2",
    "jest": "^29.2.2",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.3",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.8.4"
  }
}
