UNPKG

xx-common

Version:

the functions of yd common

32 lines (31 loc) 657 B
{ "name": "xx-common", "version": "1.2.11", "description": "the functions of yd common", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "release": "tsc && npm publish" }, "repository": { "type": "git", "url": "https://code.17yund.me/web/vue/init/yodo-common.git" }, "keywords": [ "yd", "yd-common", "yodo-common" ], "license": "MIT", "devDependencies": { "@types/crypto-js": "^4.1.1", "typescript": "^4.7.4" }, "dependencies": { "axios": "^0.27.2", "crypto-js": "^3.1.9-1", "html2canvas": "1.0.0-rc.4", "weixin-js-sdk": "^1.4.0-test" } }