{
  "name": "ratingdog-common-utils",
  "version": "1.0.9",
  "description": "通用方法库",
  "main": "index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "publish": "npm publish"
  },
  "keywords": [
    "方法",
    "ratingdog"
  ],
  "author": "zhouqing",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^18.7.16",
    "js-cookie": "^2.2.1",
    "lodash.round": "^4.0.4",
    "moment": "^2.29.1"
  }
}