mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
37 lines
790 B
JSON
37 lines
790 B
JSON
{
|
|
"name": "@vant/icons",
|
|
"version": "1.8.0",
|
|
"description": "vant icons",
|
|
"main": "./src/config.js",
|
|
"types": "./src/config.d.ts",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"release": "release-it"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"release-it": "^15.4.1"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"tag": false,
|
|
"commitMessage": "release: @vant/icons ${version}",
|
|
"addUntrackedFiles": true,
|
|
"requireCleanWorkingDir": false
|
|
}
|
|
}
|
|
}
|