@tybys/jweixin
Version:
Weixin JS SDK UMD with typescript typings
53 lines (52 loc) • 1.42 kB
JSON
{
"name": "@tybys/jweixin",
"version": "1.6.10007",
"description": "Weixin JS SDK UMD with typescript typings",
"main": "./dist/jweixin.js",
"typings": "./typings/jweixin.module.d.ts",
"scripts": {
"serve": "node ./test/server/index.js",
"tsc": "tsc -p ./test/tsconfig.json",
"webpack": "node ./test/webpack/build.js",
"build": "node ./scripts/build.js",
"all": "npm run build&&npm run tsc&&npm run webpack",
"test": "npm run build&&npm run webpack&&mocha test/test.js"
},
"keywords": [
"weixin",
"wechat",
"jweixin",
"wx",
"sdk",
"typings"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toyobayashi/jweixin.git"
},
"bugs": {
"url": "https://github.com/toyobayashi/jweixin/issues"
},
"homepage": "https://github.com/toyobayashi/jweixin#readme",
"author": "toyobayashi",
"license": "MIT",
"devDependencies": {
"@koa/router": "^9.0.1",
"@tybys/denostd": "^0.58.10000",
"@types/node": "^12.12.47",
"js-beautify": "^1.11.0",
"koa": "^2.12.1",
"koa-bodyparser": "^4.3.0",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"mocha": "^8.0.1",
"node-fetch": "^2.6.0",
"terser": "^4.7.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0"
}
}