@eclicktech/mp-sdk
Version:
The Eclicktech Funsdata of MiniProgram SDK, suport echat, Alipay, TikTok
56 lines (55 loc) • 1.52 kB
JSON
{
"name": "@eclicktech/mp-sdk",
"version": "3.3.1-beta.2",
"description": "The Eclicktech Funsdata of MiniProgram SDK, suport echat, Alipay, TikTok",
"main": "build/analytics.wx.js",
"miniprogram": "build",
"scripts": {
"preinstall": "npx only-allow pnpm",
"bump": "bumpp package.json -c -p -t --all -x \"pnpm run changelog\"",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"build": "./build.sh build",
"build:wx": "./build.sh build wechat",
"prepublishOnly": "npm run build:wx",
"build-all": "./build.sh",
"lint": "eslint ./src",
"release": "./build.sh release",
"release-uniapp": "./build.sh release-uniapp"
},
"types": "types/FunsdataAnalyticsSDK.d.ts",
"keywords": [
"sdk",
"MiniProgram",
"wechat",
"fundsdata",
"analytics",
"eclicktech",
"yeahmobi"
],
"files": [
"types",
"build",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://gitlab.yeahmobi.com/yeahcloudadrd/wechat-sdk"
},
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"bumpp": "^10.2.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^6.8.0",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"uglify-js": "^3.10.1"
}
}