UNPKG

@wangofnextdoor/zzd-config

Version:

浙政钉配置和流量分析工具包

38 lines (37 loc) 776 B
{ "name": "@wangofnextdoor/zzd-config", "version": "1.0.0", "description": "浙政钉配置和流量分析工具包", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "浙政钉", "流量分析", "埋点", "钉钉" ], "author": "Bainuo Team", "license": "MIT", "devDependencies": { "@types/node": "^18.0.0", "typescript": "^4.9.0", "rimraf": "^3.0.2" }, "peerDependencies": { "@tarojs/taro": "^3.0.0" }, "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/bainuo/zzd-config.git" } }