32 lines
770 B
JSON
32 lines
770 B
JSON
{
|
|
"name": "coolui-scroller",
|
|
"version": "3.3.2",
|
|
"description": "微信小程序Scroll 上拉加载下拉刷新组件 ",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"push": "npm publish",
|
|
"build-doc": "cd ../doc && pnpm docs:build",
|
|
"prepublish": "pnpm build-doc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:wzs28150/coolui-scroller.git"
|
|
},
|
|
"publishConfig": {
|
|
"@wzs28150:registry": "https://npm.pkg.github.com"
|
|
},
|
|
"keywords": [
|
|
"weapp",
|
|
"scroller",
|
|
"pull-to-refresh",
|
|
"push-to-loadmore"
|
|
],
|
|
"miniprogram": "./",
|
|
"author": "wzs",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wzs28150/coolui-scroller/issues"
|
|
},
|
|
"homepage": "https://github.com/wzs28150/coolui-scroller#readme"
|
|
}
|