12345678910111213141516171819 |
- {
- "name": "mall_utils_pro",
- "version": "1.0.7",
- "description": "主要记录一些常用方法",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: 没有这个命令!!\" && exit 1"
- },
- "repository": {
- "type": "gogs",
- "url": "http://hujiahua.site:8001/hujiahua/mall_utils"
- },
- "author": "hujiahua",
- "license": "ISC",
- "dependencies": {
- "crypto-js": "^3.1.9-1"
- }
- }
|