记录常用方法

package.json 410B

12345678910111213141516171819
  1. {
  2. "name": "mall_utils_pro",
  3. "version": "1.0.7",
  4. "description": "主要记录一些常用方法",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: 没有这个命令!!\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "gogs",
  11. "url": "http://hujiahua.site:8001/hujiahua/mall_utils"
  12. },
  13. "author": "hujiahua",
  14. "license": "ISC",
  15. "dependencies": {
  16. "crypto-js": "^3.1.9-1"
  17. }
  18. }