{
  "name": "abiao_utils",
  "version": "6.0.4",
  "description": "啊彪的工具",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "release": "tsc && npm publish",
    "beta": "tsc && npm publish --tag=beta"
  },
  "keywords": [
    "md5",
    "typescript",
    "utils",
    "array",
    "数组",
    "日期时间"
  ],
  "author": "啊彪",
  "license": "ISC",
  "dependencies": {
    "@types/crypto-js": "^3.1.47",
    "@types/node": "^14.11.2",
    "axios": "^0.26.0",
    "crypto": "^1.0.1",
    "crypto-js": "^4.0.0",
    "js-big-decimal": "^1.3.4",
    "moment": "^2.29.0",
    "typescript": "^3.9.7"
  }
}
