25 lines
548 B
JSON
Raw Normal View History

2025-06-26 14:55:08 +08:00
{
"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"
}
}