@tpls/wxapp-component
Version:
template for jscli
27 lines (26 loc) • 571 B
JSON
{
"name": "@xmini/wxapp-component-{{ name }}",
"version": "0.0.34",
"description": "wxapp component for @xmini/wxapp",
"miniprogram": "./",
"main": "./index.js",
"publishConfig": {
"registry": "http://maven.doweidu.com/repository/npm-hosted/"
},
"files": [
"*.js",
"*.json",
"*.wxml",
"*.wxss",
"./README.md",
"package.json"
],
"scripts": {},
"author": "dwd",
"license": "MIT",
"jest": {},
"dependencies": {
"@xmini/wxapp-component-base": "latest"
},
"gitHead": "f250be18e695887da881cf8784902e2a469b9cd3"
}