啊鑫
2 天以前 1bcee828a3340d5f5642b3dbcf4cd9733072b7aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "@vant/icons",
  "version": "3.0.2",
  "description": "vant icons",
  "main": "./src/config.js",
  "types": "./src/config.d.ts",
  "files": [
    "src"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vant-ui/vant.git",
    "directory": "packages/vant-icons"
  },
  "bugs": "https://github.com/vant-ui/vant/issues",
  "author": "chenjiahan",
  "license": "MIT",
  "scripts": {
    "release": "vant-cli release"
  }
}