UNPKG

@liuliang520500/taobao-topclient

Version:

淘宝开放平台SDK,支持ESM与CommonJS双模式导入

50 lines (49 loc) 1 kB
{ "name": "@liuliang520500/taobao-topclient", "version": "1.0.1", "description": "淘宝开放平台SDK,支持ESM与CommonJS双模式导入", "main": "index.js", "types": "index.d.ts", "type": "commonjs", "scripts": { "prepublishOnly": "node scripts/prepare.js" }, "files": [ "lib", "index.js", "index.d.ts", "scripts", "README.md" ], "engines": { "node": ">=12.0.0" }, "dependencies": { "form-data": "^0.2.0", "mime": "~1.3.4", "ws": "^0.4.32", "iconv-lite": "^0.4.7", "urlencode": "^1.1.0", "request": "~2.72.0" }, "keywords": [ "taobao", "sdk", "topclient", "淘宝客", "淘宝开放平台" ], "author": "alibaba-inc", "maintainers": [ "vx:liuliangzheng" ], "homepage": "https://bbs.weiququ.cn", "repository": { "type": "git", "url": "git+https://github.com/yourusername/taobao-topclient.git" }, "bugs": { "url": "https://bbs.weiququ.cn" }, "license": "ISC" }