ratingdog-common-utils
Version:
通用方法库
22 lines • 458 B
JSON
{
"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"
}
}