UNPKG

egg-minifapp

Version:

对接各种小程序之类app的sdk

87 lines (86 loc) 2.54 kB
{ "name": "egg-minifapp", "version": "1.0.9", "description": "对接各种小程序之类app的sdk", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf ./dist && tsc", "obfbuild": "rm -rf ./dist && tsc && javascript-obfuscator ./dist --output ./dist", "dev": "node ./test/index.js", "dev2": "node ./test/index2.js", "release": "npm publish", "deploy": "npm run build && ", "nnn": "tsc && terser -c -m --mangle-props --keep-classnames --keep-fnames dist/index.js -o dist/index.min.js", "aa": "rm -rf D:\\yqinyuan\\mypropost\\likeadmin_node\\server\\node_modules\\egg-miniapp\\dist && xcopy dist\\* D:\\yqinyuan\\mypropost\\likeadmin_node\\server\\node_modules\\egg-miniapp\\dist /s /h /d /y" }, "dependencies": { "@fidm/x509": "^1.2.1", "@types/crypto-js": "^4.2.2", "@types/ip": "^1.1.3", "@types/jsonwebtoken": "^9.0.6", "@types/md5": "^2.3.5", "@types/node-rsa": "^1.1.4", "@types/nodemailer": "^6.4.15", "@types/uuid": "^10.0.0", "alipay-sdk": "^4.13.0", "axios": "^1.4.0", "crypto-js": "^4.2.0", "dayjs": "^1.11.13", "ioredis": "^5.3.2", "ip": "^2.0.1", "ip2region": "^2.3.0", "jsonwebtoken": "^9.0.2", "macaddress-local-machine": "^1.0.7", "md5": "^2.3.0", "node-cache": "^5.1.2", "node-rsa": "^1.1.1", "nodemailer": "^6.9.15", "redis": "^4.6.7", "superagent": "^6.1.0", "svg-captcha": "^1.4.0", "uuid": "^10.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://gitee.com" }, "bugs": { "url": "https://gitee.com/" }, "homepage": "https://gitee.com/", "devDependencies": { "@nestjs/common": "^8.2.4", "@types/node": "^14.14.12", "@types/superagent": "^4.1.10", "@typescript-eslint/eslint-plugin": "3.0.2", "@typescript-eslint/parser": "3.0.2", "eslint": "7.1.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-import": "^2.20.1", "prettier": "^1.19.1", "ts-loader": "^9.5.1", "ts-node": "^9.1.1", "typescript": "^5.6.2" }, "files": [ "dist" ], "keywords": [ "egg", "node", "wechat", "微信小程序", "抖音生活", "抖音", "微信", "qq小程序", "qq" ], "author": "klover", "license": "MIT" }