wx-share-ts
Version:
WeChat Share SDK utility for web applications
41 lines (40 loc) • 834 B
JSON
{
"name": "wx-share-ts",
"version": "1.0.2",
"description": "WeChat Share SDK utility for web applications",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint src --ext .ts",
"test": "jest",
"publish": "npm publish --access public"
},
"keywords": [
"wechat",
"weixin",
"share",
"sdk",
"typescript"
],
"author": "daxiang",
"license": "MIT",
"dependencies": {
"weixin-js-sdk": "^1.6.5"
},
"devDependencies": {
"tsup": "^8.0.0",
"typescript": "^5.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0",
"ts-jest": "^29.0.0"
},
"publishConfig": {
"access": "public"
}
}