{
  "name": "z-utils-ts",
  "version": "1.1.4",
  "main": "dist/index.js",
  "type": "module",
  "keywords": [
    "utils",
    "工具函数"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c"
  },
  "author": "zjs",
  "license": "MIT",
  "description": "使用TypeScript编写的工具函数库",
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-typescript": "^7.26.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "rollup": "^4.35.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "tslib": "^2.8.1",
    "typescript": "^5.8.2"
  }
}
